Openapi
Get job
Retrieves the full job record including type, status, target (audience or list), template reference, channels, batch size, progress counters, and all lifecycle timestamps.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/jobs/{jobId}"Empty
Create job POST
Creates a bulk notification job targeting an audience or list. Provide exactly one of `audienceId` or `listId`, the delivery channels, and optionally a template, subject/body overrides, batch size, and scheduled start time. The job processes recipients in batches and tracks progress automatically.
Update job PATCH
Applies a lifecycle action to a job: `pause` (temporarily halt processing), `resume` (continue a paused job), or `cancel` (permanently stop with an optional reason). Invalid transitions (e.g. pausing a completed job) return 409.