List files with pagination, filtered by workflow
| Parameter | Type | Default | Description |
|---|---|---|---|
workflow_id | string | — | Filter files by workflow ID |
page | integer | 1 | Page number (minimum: 1) |
page_size | integer | 20 | Items per page (minimum: 1, maximum: 100) |
page_size is 100. Requests exceeding this value are silently capped at 100.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 |
x >= 11 <= x <= 100