latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-1715378564.1 KB

274a178284a4

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
}