v1

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

retrieve a process description

The process description contains information about inputs and outputs and a link to the execution-endpoint for the process. The Core does not mandate the use of a specific process description to specify the interface of a process. That said, the Core requirements class makes the following recommendation:

Implementations SHOULD consider supporting the OGC process description.

For more information, see Section 7.8.

get/processes/{processID}

Path parameters

processIDstring required

Response

A process description.

titlestring
descriptionstring
keywordsstring[]
idstring required
versionstring required
jobControlOptionsJobControlOptions[]
{"stackTrail":"components:schemas:process:allOf:properties:inputs","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:process:allOf:properties:outputs","oasType":"schema","type":"unknown"}

Example response

{
  "metadata": [
    {
      "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"
    }
  ]
}