Skip to main content

Get Execution Details

Retrieve detailed information about a specific execution, including its output, token usage, cost, and latency.

Endpoint

GET /api/v1/agents/{agentId}/executions/{executionId}

This is the same endpoint as Check Status. When the execution has completed, the response includes the full output plus execution metrics (tokensUsed, costUSD, latencyMs, executedAt).

For the full response shape and a polling example, see Check Execution Status.