Skip to main content
GET
Download job results
string
required
A successfully completed job.
enum
required
json, csv, or parquet.
boolean
default:"false"
Include source inputs.
boolean
default:"false"
Include cumulative log probabilities.

Headers

string
required
Deployment API key in the form Key YOUR_SUTRO_API_KEY.
JSON can contain outputs, plus inputs and cumulative_logprobs when requested. Result order matches input order. If the job used id_column_name, that column is always present—even when inputs are excluded. Structured outputs are JSON strings that conform to the submitted schema, so parse each output with json.loads or its equivalent. A reasoning-model output string contains content and reasoning_content; content holds the schema-conforming result. Results are available only after success. For large artifacts or resumable transfer, use a presigned Parquet URL.