Skip to main content
GET
List Files

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

query
FileListQuery · object
required

Query schema for listing files.

context_id
string<uuid> | null

Response

Successful Response

items
File · object[]
required
total_count
integer
required
next_page_token
string<uuid> | null
required
has_more
boolean
default:false