Get a results URL
API
Get a results URL
Create or reuse a unified Parquet artifact and return presigned download URLs.
GET
Get a results URL
Use this endpoint for large or resumable downloads. The SDK wraps it with
Use
results_download_url() and download_job_results().
string
required
A successfully completed job.
enum
default:"parquet"
Only
parquet is supported; other values return 400.boolean
default:"false"
Include source inputs.
boolean
default:"false"
Include cumulative log probabilities.
integer
default:"3600"
URL lifetime from 1–604800 seconds (seven days).
Headers
string
required
Deployment API key in the form
Key YOUR_SUTRO_API_KEY. Do not reuse this
header with the returned presigned URLs.urls.head with HEAD to read Content-Length and ETag. Use urls.get with GET; it supports Range: bytes=... for partial and resumed downloads. Do not send the Sutro authorization header to either object-storage URL—the signature is the credential. Treat both URLs as secrets until expiration.
The job must have succeeded; other states return 409. The artifact is materialized once and cached. A configured id_column_name is always retained, even when inputs are excluded.