Get file metadata
GET/v1/files/{file_id}
Get metadata for a specific file.
Get file metadata
curl https://api.deeptable.com/v1/files/$FILE_ID \
-H "Authorization: Bearer $DEEPTABLE_API_KEY"{
"id": "file_01kfxgjd94fn9stqm414vjb0s8",
"content_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"created_at": "2024-01-15T10:30:00Z",
"file_name": "financial_report.xlsx",
"object": "file",
"size": 1048576
}Returns Examples
{
"id": "file_01kfxgjd94fn9stqm414vjb0s8",
"content_type": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"created_at": "2024-01-15T10:30:00Z",
"file_name": "financial_report.xlsx",
"object": "file",
"size": 1048576
}