Get execution detail

Get full details for a single agent execution including final output, iteration details, and loop configuration.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired
executionIdstringRequired

Response

Execution detail
agentIdstring or null
agentSourcestring or null
cancelRequestedAtstring or null
completedAtstring or null
createdAtstring
executionIdstring
executionModeenum
expiresAtstring or null
idstring
iterationsinteger or null
lastHeartbeatAtstring or null
notificationModeenum
parentAgentIdstring or null
parentConversationIdstring or null
parentExecutionIdstring or null
parentToolCallIdstring or null
pendingApprovalobject or null
retryOfExecutionIdstring or null
rootExecutionIdstring or null
startedAtstring or null
statusenum
stopReasonstring or null
surfaceTypestring or null
totalCoststring or null
agentSpecany
finalOutputany
inputMessagesany
iterationDetailsany
loopConfigany
progressany
totalTokensany

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error