GET /api/v1/cloud/files/{file_id}/content
Returns a File content link. The returned URL is time-limited and can be used to download the file content directly.
Files can be downloaded only when the File object’s downloadable field is true.
Path parameters
Headers
Example request
Example response
HTTP 200 OKResponse fields
Notes
- Request a new URL after
expires_at. - Clients should parse the JSON response, read the
urlfield, and send a GET request to that URL.
Errors
See Errors for the full error envelope.
Related
Attach and download files
Upload files to give your agent context, and download files it produces.