Understand execution status and the structured result (Result Schema) returned by the API
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 |
Failed | Agent encountered an error and stopped |
Cancelled | Agent execution was manually stopped |
GET /execution/{id}/status
to retrieve the latest execution statusGET /execution/{id}/result
to retrieve the structured result.