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"
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.