Kind: API Endpoint
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/batch-screenshot.controller.ts
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)
Was this page helpful?