File Library Management
List library files
Retrieve a list of documents in the user’s library. You can optionally specify a filter to return only files with matching labels.
GET
When specifying qualifiers with your request, only files that match all qualifiers will be returned. For example, if you specify
label='financial' and status='UPLOADED', only files with the label ‘financial’ and status ‘UPLOADED’ will be returned.
Request parameters
The following optional parameters can be used to filter your results.The full name of the uploaded file, without any path parameters. So: “mydoc.txt”, not “/users/benfranklyn/Documents/mydoc.txt”. Does not match name substrings, so “doc.txt” does not match “mydoc.txt”.
Status of the file in the library. Supported values:
DB_RECORD_CREATEDUPLOADEDUPLOAD_FAILEDPROCESSEDPROCESSING_FAILED
Return only files with this label. Label matching is case-sensitive, and will not match substrings.
By default, the endpoint returns up to 10000 files. Pagination can be controlled using the following parameters:

