Skip to content

Results are limited to the current section: Cloud services

Product news

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.

job_id
required
Job Id
string format: uuid

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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string