Agents
Get conversation logs for an agent
Returns paginated conversation logs (calls) for a specific agent in the caller's organization. Use GET /conversation for cross-agent log listing; use this when you already have an agent ID.
get/agent/{id}/call-logs
Path parameters
idstring required
Example:60d0fe4f5311236168a109ca
The agent ID
Query parameters
pagestring
Page number (string-encoded positive integer).
offsetstring
Page size (string-encoded positive integer).
Response
Paginated list of conversation logs for the agent.
Example response
{
"status": true
}