File Management
List Files
GET
List all files in your current project based on the API Key you are using.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Cursor to paginate through the list of jobs
Limit the number of jobs to return
Required range:
x > 0
Direction to paginate through the list of jobs
Available options:
next
, prev
Was this page helpful?