Files
Get file metadata
Get metadata for a specific file.
get/v1/files/{file_id}
Path parameters
file_idstring required
The unique identifier of the file.
Example:file_01kfxgjd94fn9stqm414vjb0s8
The unique identifier of the file.
Response
Successful Response
Example response
{
"content_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"created_at": "2024-01-15T10:30:00Z",
"file_name": "financial_report.xlsx",
"id": "file_01kfxgjd94fn9stqm414vjb0s8",
"object": "file",
"size": 1048576
}