v1

latestOpenAPI 3.1.02026-07-13175151.8 KB
Files

List Files

Lists files for the authenticated user with cursor-based pagination and optional filtering by date range.

get/files

Query parameters

limitinteger

Number of files per page

cursorstring date-time

Cursor for pagination (created_at)

startstring date-time

Start date

endstring date-time

End date

sort'asc' | 'desc'

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

Response

Paginated list of files

has_moreboolean required

Whether there are more files to fetch

next_cursorstring date-time nullable

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