v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
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

successboolean

Example response

{
  "success": true
}