curl --request GET \
--url https://api.example.com/api/sdk/tool-calls/agent/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get all tool calls for a specific agent
curl --request GET \
--url https://api.example.com/api/sdk/tool-calls/agent/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response