v4
OpenAPI 3.1.02026-08-01166346466.7 KBfiles
Get file details
Retrieve details of a specific file by its ID.
Args: file_id: The ID of the file to retrieve.
Returns: FileResponse: The response containing the file details.
get/v1/files/{file_id}
Path parameters
file_idstring uuid required
The ID of the file to retrieve
The ID of the file to retrieve
Response
The details of the requested file
Example response
{
"id": "file_abc123",
"filename": "document.pdf",
"bytes": 1024,
"mime_type": "application/pdf",
"version": 1
}