Skip to main content
GET
/
api
/
event-logs
Get event logs with filters and pagination
curl --request GET \
  --url https://your-instance.example.com/api/event-logs \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:50
Required range: x >= 1
organizationId
string
userId
string
contactId
string
direction
string
automationTriggered
string
days
number
default:7

Response

Event logs returned with pagination

Generic response envelope. Endpoint-specific fields are intentionally open.