Files
List Files
List files with pagination for a workflow
GET
Documentation Index
Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number (minimum: 1) |
page_size | integer | 20 | Items per page (minimum: 1, maximum: 100) |
The maximum
page_size is 100. Requests exceeding this value are silently capped at 100.Possible status Values
| Status | Description |
|---|---|
pending | File created, processing not yet started |
queued | Waiting for an available processing slot |
in_progress | Processing is actively running |
processed | Processing complete, results available |
error | Processing failed |
cancelled | Processing was cancelled |
Authorizations
API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.
Path Parameters
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100