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
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.