Skip to main content
GET
List Files

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authentication

Query Parameters

limit
integer
default:100

Files per page (1..1000); default 100.

Required range: 1 <= x <= 1000
cursor
string | null

next_cursor from the previous page. Omit for the first page.

Response

Successful Response

files
FileReferenceResponse · object[]
required

Newest first.

next_cursor
string | null
required

Pass back as cursor to fetch the next page; null on the last page.