Get simulation status
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.
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/simulation"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.
Update simulation status PUT
Enables or disables simulation mode for the environment. When enabled, all outbound deliveries are intercepted and stored as simulation messages instead of being sent to real providers. This endpoint is idempotent.