Execution Get
execution_getFull Description
Get information about an agent execution by ID. Use summaryOnly when polling background executions — returns status and final output without the full message history.
Parameters (1 required, 1 optional)
agentExecutionIdstringThe execution ID to look up
summaryOnlybooleanIf true, returns only status, final output text, and key metadata — excludes the full messages array which can be very large. Recommended when polling for background execution results.