---
title: "retrieve the list of available processes"
method: GET
path: "/processes"
tags: ["Processes"]
---

# retrieve the list of available processes

`GET /processes`

The list of processes contains a summary of each process the OGC API - Processes offers, including the link to a more detailed description of the process.

For more information, see [Section 7.7]https://docs.ogc.org/is/18-062r2/18-062r2.html#sc_process_list).

## Response `200`

Information about the available processes

- ProcessList
  - `processes` ProcessSummary[], required
    - `title` string
    - `description` string
    - `keywords` string[]
    - `metadata` Metadata[]
      - union
        - object
          - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
          - `rel` string, required — The type or semantics of the relation.
          - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
          - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
          - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
          - `length` integer
          - `role` string
        - object
          - `role` string
          - `title` string
          - `lang` string
          - `value` union
            - string
            - object
    - `id` string, required
    - `version` string, required
    - `jobControlOptions` JobControlOptions[]
    - `links` Link[]
      - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
      - `rel` string, required — The type or semantics of the relation.
      - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
      - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
      - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
      - `length` integer
  - `links` Link[], required
    - `href` string, required — Supplies the URI to a remote resource (or resource fragment).
    - `rel` string, required — The type or semantics of the relation.
    - `type` string — A hint indicating what the media type of the result of dereferencing the link should be.
    - `hreflang` string — A hint indicating what the language of the result of dereferencing the link should be.
    - `title` string — Used to label the destination of a link such that it can be used as a human-readable identifier.
    - `length` integer

---

[API](https://skmtc.net/georust/apis/ogc-api.md) · [All operations](https://skmtc.net/georust/apis/ogc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/georust/ogc-api/revisions/6c6280a034b9/schema)
