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

limitintegerOptional1-1000

Maximum number of files to return (1–1000).

cursorstringOptional
Opaque pagination cursor from a previous response.
workspace_idstringOptionalformat: "uuid"

Workspace to scope the request to. Defaults to the caller’s default workspace.

Response

A page of files.
cursorstring or null

Opaque cursor for the next page; null when there are no more results.

datalist of objects
first_idstring or null
has_moreboolean
last_idstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error