v1

latestOpenAPI 3.0.3OGC license2026-07-1773131.2 KB
Processes

retrieve the list of jobs.

Lists available jobs.

For more information, see Section 11.

get/jobs

Response

A list of jobs for this process.

Example response

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