Skip to main content
GET
Retrieve file
Retrieves information about a specific file using its file ID.

Request Headers

string
requerido
Enum: application/json
string
requerido
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
requerido
The unique identifier of the file to retrieve information for.

Response

string
requerido
The unique identifier of the file.
string
requerido
The object type, which is always file.
integer
requerido
The size of the file in bytes.
string
requerido
The name of the file.
integer
requerido
The Unix timestamp (in seconds) when the file was created.
integer
The Unix timestamp (in seconds) when the file will expire. Only present for output files.
string
requerido
The purpose of the file.Available purposes:
  • batch - Input file for batch processing
  • batch_output - Output file from batch processing
object
requerido
Additional metadata about the file.
Última modificación el 15 de mayo de 2026