[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

Get Job Results

Description

Get the results of one job. For notification-style data management interactions the URI is a one-use URI for retrieving the job results and is the only URL that a consumer should use when interacting with this service.

For other interaction styles the URI may allow multiple uses.

Request

Request

URL

URL


get
https://{api_host}/v0alpha1/jobs/{job_id}
Copy

Path Parameters

Path Parameters

string
job_id Required

The unique identifier for one job result.


Response

Response

200 OK

A successful retrieval of one job result, at this time an empty 200 response.

Errors

Errors

ProblemDetails
404

The requested job does not exist.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/v0alpha1/jobs/{job_id}


[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Job Handling Operations
Feedback

Was this page helpful?