files

Retrieve file content

Download the content of a file as JSONL.

For input files, returns the original request templates. For output files, returns the completed responses. Supports pagination via limit and offset query parameters.

get/files/{file_id}/content

Path parameters

file_idstring required

The file ID returned when the file was uploaded.

Query parameters

limitinteger nullable

Maximum number of items to return (default: 10, max: 100)

skipinteger nullable

Number of items to skip (default: 0)

Pagination parameters

searchstring nullable

Search query to filter by custom_id (case-insensitive substring match)

Response

File content as newline-delimited JSON. Check the X-Incomplete header to determine if more content exists.

Changes

No recorded changes to this endpoint across all 1 revision of this API.