Skip to main content
GET
Get agent file

Authorizations

Authorization
string
header
default:cr_sk_your_key_here
required

Account API key from Developer Console. Keys start with cr_sk_.

Path Parameters

agent_id
string<uuid>
required
file_id
string<uuid>
required

Response

File metadata and download URL.

id
string<uuid>
required
name
string
required
mime_type
string
required
size_bytes
integer | null
required
sha256
string | null
required
created_at
string<date-time>
required
download_url
string<uri>
required

Presigned download URL (expires in 1 hour).

download_url_expires_at
string<date-time>
required