- Status
- Result
Agent during execution progresses through the following statuses:
| Status | Description |
|---|---|
| Starting | Agent is initializing and preparing to run |
| Running | Agent is actively executing tasks |
| Paused | Agent execution is paused |
| Awaiting Confirmation | Agent is waiting for external confirmation/approval |
| Paused by Agent | Agent logic paused execution |
| Completed | Agent has finished execution successfully |
| Error | Agent encountered an error and stopped |
| Cancelled | Agent execution was manually stopped |
Status Flow
Where to get status and results via API
- Use
GET /execution/{id}/statusto retrieve the latest execution status - Use
GET /execution/{id}/resultto retrieve the structured result.

