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>"
}
]Returns the tool invocation logs for a call
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>"
}
]