# getJobStatus

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/orchestrator/orchestrator.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/orchestrator/orchestrator.controller.ts#L85)

Get job status

## Endpoint

`GET /api/orchestrator/jobs/:jobId/status`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `jobId` | path | `string` | ✓ | Job ID |

## Referenced By

- `OrchestratorController` (MODULE_DECLARES)
