Download a file

View as Markdown

Streams the file’s bytes through the gateway. PDFs and raster images are served inline; everything else (including SVG) is attachment.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
fileIdstringRequired

Response

The file bytes.

Errors

401
Unauthorized Error
404
Not Found Error