Skip to main content
GET
List integration call logs

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Query Parameters

agentId
string<uuid>

Only calls made by this agent.

toolSlug
string

Only calls to this integration, e.g. leadsquared.

from
string<date-time>

Only calls at or after this ISO 8601 timestamp.

to
string<date-time>

Only calls at or before this ISO 8601 timestamp.

cursor
string<date-time>

nextCursor from the previous page.

limit
integer
default:50

Page size. Default 50, maximum 200.

Required range: x <= 200

Response

Success.

logs
object[]
nextCursor
string<date-time> | null