Get Job Results
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.
The unique identifier for one job result.
A successful retrieval of one job result, at this time an empty 200 response.
The job was either improperly formed or it was properly formed and one or more requests contained in the job failed. In the latter case the response indicates which succeeded and which failed (and why).
[
{
"result": {
"cell_id": "string",
"parameter_name": "string",
"parameter_type": "string",
"operation": "string"
},
"status": "string",
"detail": "string"
}
]
The requested job does not exist.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.