poll_execution
Check the status of a running execution.
Check the status of a running execution.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
result_id | string | Yes | The result ID from start_execution |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"result_id": "string"
}
Description
Returns the current status and per-test results when the execution reaches a terminal state (success, failed, timed out, maintenance). result_id from run_campaign or start_execution; use get_execution_detail for per-action failure analysis.
Related
What's next?
Last updated on