List files
Lists files belonging to the workspace of the authenticating API key.
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Query parameters
limit
Maximum number of files to return (1–1000).
cursor
Opaque pagination cursor from a previous response.
workspace_id
Workspace to scope the request to. Defaults to the caller’s default workspace.
Response
A page of files.
cursor
Opaque cursor for the next page; null when there are no more results.
data
first_id
has_more
last_id
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error