Get Job Results Link
GET
/api/v1/jobs/{job_id}/results_link
Get a signed, time-limited URL to download the results of a completed job.
The job must have reached DONE status. The returned URL expires after one minute — download the results promptly or request a fresh link. Results are returned as JSON containing measurement outcomes.
Returns: A signed URL to download the job results.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” job_id
required
Job Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
NonPaginatedResponse[ProducedJobResultLinkResponse]
object
data
ProducedJobResultLinkResponse
Response for job results link
object
results_link
required
Results Link
Signed URL to download job results. Expires after one minute.
string
Example
{ "results_link": "https://storage.example.com/results/job-id?token=..."}Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
