latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
jobs
Return the status of an asynchronous Job
get/v1/jobs/{uuid}
Path parameters
uuidstring uuid required
UUID of the Job
Response
Returns the status of a job if it is still running or has failed
Example response
{
"data": {
"_links": {
"results": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
},
"fieldguide": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
}
}
}
}