Download a produced file

View as Markdown
Redirects to a signed, time-limited URL for one of the files a run produced — the redacted PDF, the filled form, the sealed document. `{name}` is the file name exactly as it appears in `output.files[].name` on [the run](https://docs.cloudraker.com/api/cloud-raker-api/runs/get-run), or the file id. The same signed URL is already inline on the run body; this route exists as the stable, guessable alias you can hard-code. <Note> A `409 output_not_ready` means the file is registered but its bytes are still settling. It is retryable — wait a moment and ask again. </Note>

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired>=1 character
namestringRequired>=1 character

Errors

404
Not Found Error
409
Conflict Error
429
Too Many Requests Error