Download file content

Downloads the raw bytes of a file. Only files created server-side are downloadable; uploaded files return 400.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Path parameters

file_idstringRequired

Query parameters

workspace_idstringOptionalformat: "uuid"

Workspace to scope the request to. Defaults to the caller’s default workspace.

Response

The raw file content.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error