v1

latestOpenAPI 3.0.3OGC license2026-07-1773131.2 KB
Processes

retrieve the status of a job

Shows the status of a job.

For more information, see Section 7.12.

get/jobs/{jobId}

Path parameters

jobIdstring required

local identifier of a job

Response

The status of a job.

processIDstring
type'process' required
jobIDstring required
status'accepted' | 'running' | 'successful' | 'failed' | 'dismissed' required
messagestring
createdstring date-time
startedstring date-time
finishedstring date-time
updatedstring date-time
progressinteger

Example response

{
  "links": [
    {
      "rel": "service",
      "type": "application/json",
      "hreflang": "en"
    }
  ]
}