Displays a list of all available files.
Bearer authentication format, for example: Bearer {{API Key}}.
Response
HTTP status code indicating the result of the request.
A descriptive message about the request result.
An array of file objects.Show File Object Properties
The unique identifier of the file.
The object type, which is always file
.
The size of the file in bytes.
The Unix timestamp (in seconds) when the file was created.
The Unix timestamp (in seconds) when the file will expire. Only present for output files.
The purpose of the file.Available purposes:
batch
- Input file for batch processing
batch_output
- Output file from batch processing
Additional metadata about the file.
The total number of requests in the batch input file. Only present for batch input files.