Files
Retrieve File Metadata
Get info about a specific file.
GET
/
files
/
{file_id}
Path Parameters
file_id
string
requiredThe ID of the file
Response
200 - application/json
filename
string | null
The name of the file.
bytes
integer | null
The size of the file, in bytes.
id
string
requiredThe file identifier, which can be referenced in the API endpoints.
created_at
integer
requiredThe Unix timestamp (in seconds) for when the file was created.