Get tool call detail

Get full payload for a single tool call including input parameters and output result.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired
executionIdstringRequired
toolCallIdstringRequired

Response

Full tool call detail
createdAtstring
errorMessagestring or null
executionTimeMsinteger or null
idstring
modelstring or null
statusstring
toolDescriptionstring or null
toolIdstring or null
toolNamestring
inputParametersany
outputResultany

Errors

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