# getJobStatus

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/batch-screenshot.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/batch-screenshot.controller.ts#L261)

Get batch job status and results

## Endpoint

`GET /screenshot/batch/:jobId/status`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `jobId` | path | `string` | ✓ | Job ID from createBatchJob response |
| `organizationId` | query | `string` | ✓ | Organization ID for multi-tenancy validation |

## Referenced By

- `BatchScreenshotController` (MODULE_DECLARES)
