---
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.9](https://docs.ogc.org/is/18-062/18-062.html#sc_process_list).

## Response `200`

Information about the available processes

- ProcessList
  - `processes` ProcessSummary[], required
    - `title` string
    - `description` string
    - `keywords` string[]
    - `metadata` Metadata[]
      - `title` string
      - `role` string
      - `href` string
    - `additionalParameters` object
      - `title` string
      - `role` string
      - `href` string
      - `parameters` AdditionalParameter[]
        - `name` string, required
        - `value` union[], required
          - union
            - string
            - number
            - integer
            - unknown[]
              - …
            - object
    - `id` string, required
    - `version` string, required
    - `jobControlOptions` JobControlOptions[]
    - `outputTransmission` TransmissionMode[]
    - `links` Link[]
      - `href` string, required
      - `rel` string
      - `type` string
      - `hreflang` string
      - `title` string
  - `links` Link[], required
    - `href` string, required
    - `rel` string
    - `type` string
    - `hreflang` string
    - `title` string

## Changes

- **2023-03-08** `6a59a205bb9c` — 2 info
  - api tag `Processes` added
  - api tag `ProcessList` removed
- **2022-06-26** `a31400203d45` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2022-06-24** `6e199f8a91c5` — 1 breaking, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - api tag `ProcessList` added
  - api tag `Processes` removed

[Change history](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/changes/processes/get.md)

---

[API](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core.md) · [All operations](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bbox-services/ogc-api-processes-part-1-core/revisions/52e9186345cc/schema)
