---
title: "retrieve the result(s) of a job"
method: GET
path: "/jobs/{jobID}/results"
tags: ["Jobs"]
---

# retrieve the result(s) of a job

`GET /jobs/{jobID}/results`

Lists available results of a job. In case of a failure, lists exceptions instead.

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

## Path parameters

- `jobID` string, required

## Headers

- `Prefer` string

## Response `200`

The processing results of a job.

- unknown

## Other responses

- `404` — The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
- `500` — A server error occurred.

---

[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)
