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

FieldTypeRequiredDescription
result_idstringYesThe 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on