List files that have been uploaded to Cloudglue
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter files by processing status
pending
, processing
, completed
, failed
, not_applicable
Filter files created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter files created after a specific date (YYYY-MM-DD format), in UTC timezone
Limit the number of files to return
x <= 100
Number of files to skip
Order the files by a specific field
created_at
, filename
Sort the files in ascending or descending order
asc
, desc
A list of files
The response is of type object
.