Download a workspace file
Downloads a private file from the authenticated workspace, including chat attachments and generated artifacts.
GET
/workspace/files/{fileId}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredPath parameters
fileIdstringrequiredFile ID to download
Responses
200
The requested file bytes
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
File not found in this workspace