Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the collection
Query Parameters
Maximum number of files to return
x <= 100
Number of files to skip
Order the files by a specific field
added_at
, filename
Sort the files in ascending or descending order
asc
, desc
Filter files added before a specific date (YYYY-MM-DD format), in UTC timezone
Filter files added after a specific date (YYYY-MM-DD format), in UTC timezone
Response
A list of file entities in the collection
Object type, always 'list'
list
Array of file entities
Total number of files with entities matching the query
Number of items returned in this response
Offset from the start of the list