List integration call logs
Audit rows for every integration call your agents made in the last 30 days, successes and failures alike. This is the endpoint for answering “why didn’t the agent post that activity” without opening a support ticket.
Cursor-paginated on createdAt: pass the previous response’s nextCursor to get the next page. nextCursor is null on the last page.
logs and nextCursor, and camelCase field names, rather than the success/data envelope used elsewhere.Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Query Parameters
Only calls made by this agent.
Only calls to this integration, e.g. leadsquared.
Only calls at or after this ISO 8601 timestamp.
Only calls at or before this ISO 8601 timestamp.
nextCursor from the previous page.
Page size. Default 50, maximum 200.
x <= 200