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

# retrieve the list of jobs.

`GET /jobs`

Lists available jobs.

For more information, see [Section 11](https://docs.ogc.org/is/18-062/18-062.html#sc_job_list).

## Response `200`

A list of jobs for this process.

- JobList
  - `jobs` StatusInfo[], required
    - `processID` string
    - `type` 'process', required
    - `jobID` string, required
    - `status` 'accepted' | 'running' | 'successful' | 'failed' | 'dismissed', required
    - `message` string
    - `created` string, date-time
    - `started` string, date-time
    - `finished` string, date-time
    - `updated` string, date-time
    - `progress` integer
    - `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

## Other responses

- `404` — The requested URI was not found.

## Changes

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

[Change history](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/changes/jobs/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)
