List jobs
Returns all bulk notification jobs for the environment. Filter by status (draft, queued, processing, paused, completed, cancelled, failed). Each job includes progress counters showing total, processed, sent, failed, and skipped recipients.
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/jobs"Cancel schedule DELETE
Cancels a pending scheduled dispatch so it will not be sent. Only dispatches in `pending` status can be cancelled; returns 409 for dispatches already sent or cancelled. This endpoint is idempotent.
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.