Files Endpoints
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
, ready
, completed
, failed
, not_applicable
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
Object type, always 'list'
Available options:
list
Array of file objects
Total number of files matching the query
Number of items returned in this response
Offset from the start of the list