v8
OpenAPI 3.1.02026-08-033623795.0 MBFiles
Retrieve file
Retrieves the details of an existing file.
get/files/{id}
Path parameters
idstring required
Example:file_xxxxxxxxxxxxx
The unique identifier of the file to retrieve.
Response
A successful response
Example response
{
"content_type": "image/jpeg",
"filename": "document.pdf",
"id": "file_xxxxxxxxxxxxx",
"size": "123.45"
}