Retrieve File
Retrieve File
Returns a file object for the file with the specified ID.
GET
Retrieve File
Documentation Index
Fetch the complete documentation index at: https://docs.withflex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access this API.
Path Parameters
Example:
"obj_01EXAMPLE00000000000000000"
Response
Success
Example:
{
"file_id": "obj_01EXAMPLE00000000000000000",
"purpose": "account_requirement",
"filename": "string",
"size": 0,
"type": "string",
"created_at": "2024-01-01T00:00:00Z",
"expires_at": "2024-01-01T00:00:00Z"
}