> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/processes-api-information-factory-only/get-job-results.md).

# Get job results

| **Description** | Fetch results of a job               |
| --------------- | ------------------------------------ |
| **Endpoint**    | `/ogc/processes/jobs/:jobId/results` |
| **Method**      | GET                                  |

## Access Level Rules

| **Minimum Access Level** | view |
| ------------------------ | ---- |

## Processing Units

| **Minimum processing units** | 5 |
| ---------------------------- | - |

## Parameters

| Name    | Type | Description                             | Required | Default |
| ------- | ---- | --------------------------------------- | -------- | ------- |
| `jobId` | uuid | The id of the job to get the result of. | true     |         |
