Retrieve file content
Batch
Retrieve file content
GET
Retrieve file content
Retrieves the content of a specific file using its file ID. This is commonly used to download batch output files or error files.
Request Headers
Enum:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
The unique identifier of the file to retrieve content for.
Response
The response returns the raw file content. For batch output files, this will be in JSONL format where each line contains a batch request result. Example Response For batch output files, each line contains a response like this:Last modified on June 10, 2026