Skip to main content
GET
List Files
List all files in your account with optional filtering and pagination.

Query Parameters

string
Filter by folder path. Example: images/avatars
integer
default:"50"
Max files to return (1-100).
string
Pagination cursor from previous response.

Response

array
required
Array of file objects.
boolean
required
Whether more files exist.
string
Cursor for next page, or null if no more.

Example

Response

Filtering by Folder

Pagination