Skip to main content
This object is returned by the Get Event API for any orchestration.status_details.* event. The shape matches what GET /orchestration/orchestrations/{id} returns directly.

Object Fields

string
required
The Paxos orchestration ID.
string
required
The client-specified ID of the orchestration for replay protection and lookup.
string
required
Top-level status of the orchestration at the time this event fired.Available options: PENDING, PROCESSING, FAILED, REJECTED
string
The ID of the orchestration rule that triggered this orchestration. Omitted for ad-hoc orchestrations.
object
required
Exactly one slug key is present, matching the event type suffix. Each slug’s value carries a message string, an optional awaiting_action_from enum, and optional per-type fields.awaiting_action_from values:
  • AWAITING_ACTION_FROM_CLIENT — customer or admin action is required before processing resumes.
  • AWAITING_ACTION_FROM_PAXOS — Paxos is processing; no customer action is needed.
  • Omitted on terminal sub-states (conversion_failed, destination_transfer_failed, policy_rejected).