Download a run output file

View as Markdown

Streams the raw bytes of a stored run byproduct — pass a fileId from the run’s outputs[]. Requires space:read (denied → 404); a missing, unknown, or cross-space output also 404s. This is a binary byte stream, not JSON; its content-type, status, and headers are preserved.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired
fileIdstringRequired

Response

The output file bytes.