Get agent call logs

View as Markdown
Returns paginated call logs for a specific agent.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
Agent ObjectId

Query parameters

pageintegerOptionalDefaults to 1

Page number (default 1)

offsetintegerOptionalDefaults to 10

Records per page (default 10)

Response

Paginated call logs
successboolean
dataobject

Errors

401
Unauthorized Error
500
Internal Server Error