Skip to main content
List files attached to an Open API ingestion job. Use this endpoint when filesTruncated is true on a job response, or when you need to filter files by status.

Authentication

Include an API key with the jobs:read scope as Authorization: Bearer YOUR_API_KEY.

Endpoint

Path parameters

string
required
The Open API ingestion job ID.

Query parameters

integer
default:"100"
Maximum files to return. Request a value from 1 to 200.
string
Opaque cursor returned as nextCursor from the previous response. Omit it for the first page.
string
Restrict the page to one file status, such as processing, ready, error, or cancelled.

Example request

Response fields

string
required
Cursor used to produce this page.
integer
required
Total matching files across all pages. When you pass status, this is the total after that filter.
JobFile[]
required
File metadata for this page. A page contains at most 200 files.
string | null
required
Pass this value as cursor to retrieve the next page. It is null on the final page.

Example response