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_id
Query parameters
workspace_id
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