Agents
Get agent call logs
Returns paginated call logs for a specific agent.
get/agent/{id}/call-logs
Path parameters
idstring required
Agent ObjectId
Query parameters
pageinteger
Page number (default 1)
offsetinteger
Records per page (default 10)
Response
Paginated call logs
Example response
{
"success": true
}