v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
Jobs

retrieve the status of a job

Shows the status of a job.

For more information, see Section 7.10.

get/jobs/{jobID}

Path parameters

jobIDstring required

local identifier of a job

Response

The status of a job.

titlestring
descriptionstring
keywordsstring[]
idstring required
processIDstring uri
status'accepted' | 'running' | 'successful' | 'failed' | 'dismissed' required
messagestring
createdstring date-time
startedstring date-time
finishedstring date-time
updatedstring date-time
progressinteger

Example response

{
  "metadata": [
    {
      "href": "http://data.example.com/buildings/123",
      "rel": "alternate",
      "type": "application/geo+json",
      "hreflang": "en",
      "title": "Trierer Strasse 70, 53115 Bonn"
    }
  ],
  "request": {
    "href": "http://data.example.com/buildings/123",
    "rel": "alternate",
    "type": "application/geo+json",
    "hreflang": "en",
    "title": "Trierer Strasse 70, 53115 Bonn"
  },
  "links": [
    {
      "href": "http://data.example.com/buildings/123",
      "rel": "alternate",
      "type": "application/geo+json",
      "hreflang": "en",
      "title": "Trierer Strasse 70, 53115 Bonn"
    }
  ]
}