Common Collection Operations
List Videos in Collection
List all files in a collection
GET
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
Required range:
x <= 100
Number of files to skip
Filter by processing status
Available options:
pending
, processing
, completed
, failed
, not_applicable
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
Order the files by a specific field
Available options:
added_at
, filename
Sort the files in ascending or descending order
Available options:
asc
, desc
Response
200
application/json
A list of files in the collection
The response is of type object
.