Files
List Files
List files that have been uploaded to Cloudglue
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter files by processing status
Available options:
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
Required range:
x <= 100
Number of files to skip
Order the files by a specific field
Available options:
created_at
, filename
Sort the files in ascending or descending order
Available options:
asc
, desc
Response
200
application/json
A list of files
The response is of type object
.