Skip to main content
Version: Next

OrchestrationStatusDto

statusstringrequired

The status of the orchestration

Possible values: [accepted, pending]

Example: accepted
pendingReasonstring

The reason for the pending status, if applicable

Example: Waiting for participant data
intervalnumber

The interval in seconds for the orchestration

Example: 60
OrchestrationStatusDto
{
"status": "accepted",
"pendingReason": "Waiting for participant data",
"interval": 60
}