Openapi
Update job
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.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/jobs/{jobId}"Empty
Get job GET
Retrieves the full job record including type, status, target (audience or list), template reference, channels, batch size, progress counters, and all lifecycle timestamps.
Get simulation status GET
Returns whether simulation mode is enabled for the environment, along with the count of intercepted messages and the timestamp of the most recent one. When simulation mode is on, all outbound deliveries are intercepted and stored locally instead of being sent to real providers.