Skip to main content
GET
List Files

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer<int64>

Number of files per page

cursor
string<date-time>

Cursor for pagination (created_at)

start
string<date-time>

Start date

end
string<date-time>

End date

sort
enum<string>

Sort order: 'asc' for ascending, 'desc' for descending (default)

Available options:
asc,
desc

Response

Paginated list of files

files
object[]
required

List of files

has_more
boolean
required

Whether there are more files to fetch

next_cursor
string<date-time> | null

Cursor for pagination (timestamp) e.g. 2025-01-01T00:00:00Z