# Get job status

| **Description** | Fetch job status             |
| --------------- | ---------------------------- |
| **Endpoint**    | `/ogc/processes/jobs/:jobId` |
| **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 status of. | true     |         |
