Resume Durable Orchestration
POST /api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/resume
POST
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/resume
Resume a paused orchestration. Processing continues from where it left off.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation machine name
orchestrationId
required
string
Orchestration identifier
Responses
200
Orchestration resumed
object
400
Orchestration not paused
403
Access denied
404
Orchestration not found
500
Failed to resume orchestration