Skip to main content

ToolTraceCallDetail

Detailed client-tools backend call trace, including large input/result payloads.

call_iduuidrequired
run_iduuidrequired
clientClientrequired
toolToolrequired
statusStatusrequired

Possible values: [running, succeeded, failed]

result_statusResult Statusrequired
deliveryDeliveryrequired

Possible values: [``, delivered, delivery_failed]

agent_idAgent Idrequired

ID of the agent (a configured AI assistant / bot persona) this record belongs to.

log_req_idLog Req Idrequired
started_atdate-timerequired
finished_at objectrequired
anyOf
date-time
duration_msDuration Msrequired
errorErrorrequired

Exception representation for failed calls; empty otherwise.

input objectrequired

Full webhook payload sent to the tool backend, parsed as JSON when possible.

anyOf
object
result objectrequired

Payload delivered back to the call-result callback, parsed as JSON when possible.

anyOf
object
ToolTraceCallDetail
{
"call_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"run_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"client": "string",
"tool": "string",
"status": "running",
"result_status": "string",
"delivery": "",
"agent_id": 0,
"log_req_id": "string",
"started_at": "2024-07-29T15:51:28.071Z",
"finished_at": "2024-07-29T15:51:28.071Z",
"duration_ms": 0,
"error": "string",
"input": {},
"result": {}
}