Skip to main content
Agent during execution progresses through the following statuses:
StatusDescription
StartingAgent is initializing and preparing to run
RunningAgent is actively executing tasks
PausedAgent execution is paused
Awaiting ConfirmationAgent is waiting for external confirmation/approval
Paused by AgentAgent logic paused execution
CompletedAgent has finished execution successfully
FailedAgent encountered an error and stopped (API value: failed)
CancelledAgent execution was manually stopped

Status Flow

Where to get status and results via API

  • Use GET /executions/{id} to retrieve execution details, including the latest status.
  • Read the structured output from the same response under execution_result (for example, execution_result.outcome and execution_result.result).