Files
Get file
Get a file by ID.
GET
/
v1
/
files
/
{file_id}
Get metadata for a previously uploaded file.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
file_id
string
requiredResponse
200 - application/json
Response to the file upload API.
filename
string
requiredName of the file
bytes
integer
requiredSize of the file in bytes
purpose
enum<string>
requiredPurpose of the file
Available options:
assistants
, assistants_output
, batch
, batch_output
, fine-tune
, fine-tune-results
, vision
id
string
Unique identifier of the file
created_at
string
Date and time when the file was created (in UTC timezone)
object
enum<string>
default: fileType of the file
Available options:
file