List files
List Files
Returns a paginated list of files belonging to the caller’s organization.
Cursor pagination via after; defaults match OpenAI’s /v1/files.
GET
List files
List your organization’s files. Supports
purpose filtering and cursor pagination — pass the previous response’s last_id as the after parameter to fetch the next page. Compatible with OpenAI’s List files endpoint.
Rate limit: 100 requests/min.Authorizations
Bearer token authentication using your Perceptron API key
Query Parameters
Cursor for pagination — the id of the last file from the previous page.
Maximum number of objects to return (1-10000, default 10000).
Required range:
x >= 0Sort order by created_at.
Available options:
asc, desc Filter files by purpose.
Available options:
vision, user_data