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
CancelledAgent execution was manually stopped

Status Flow

Where to get status and results via API

  • Use GET /execution/{id}/status to retrieve the latest execution status
  • Use GET /execution/{id}/result to retrieve the structured result.