Skip to main content
GET
Get File

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string<uuid>
required

Response

Successful Response

File response model.

id
string<uuid>
required
tenant_id
string<uuid>
required
filename
string
required
original_filename
string
required
file_type
string
required
file_size
integer
required
mime_type
string
required
status
string
required
sync_status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
agent_id
string<uuid> | null
public_url
string | null