[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Get Job Results
DescriptionGet 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
URLURL
https://{api_host}/v0alpha1/jobs/{job_id}
Path Parameters
Path Parameters
string
job_id
Required
The unique identifier for one job result.
Errors
ProblemDetails
404
The requested job does not exist.
Code Samples
cURL Command
curl https://{api_host}/v0alpha1/jobs/{job_id}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1