Get files
Retrieve a list of uploaded files.
Authorization
Authorization
RequiredBearer <token>In: header
Query parameters
limit
integerThe maximum number of files to return (minimum 1, maximum 1000).
Default:
1000
Minimum: 1
Maximum: 1000
cursor
stringPagination cursor for the next page of results.
Response body
200
A list of files.
files
Requiredarray<object>An array of files.
next_page_cursor
stringnext_page_cursor
is used for pagination, providing a token that references the next page of results. If the current response does not include all available data, the next_page_cursor
will contain a value that can be sent in the cursor parameter of a subsequent request to fetch the next page. If there are no additional results, this field will be null.
Errors
A list of files.