Skip to main content
GET
/
org
/
{org_id}
/
calls
/
{call_id}
/
tool-logs
Get call tool logs
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/calls/{call_id}/tool-logs
[
  {
    "arguments": [
      123
    ],
    "created_at": "<string>",
    "error_message": "<string>",
    "id": "<string>",
    "result": [
      123
    ],
    "status": "<string>",
    "tool_name": "<string>"
  }
]

Path Parameters

org_id
string
required

Organization ID

call_id
string
required

Call ID

Response

OK

arguments
integer[]
created_at
string
error_message
string
id
string
result
integer[]
status
string
tool_name
string