Skip to main content
GET
Get event logs with filters and pagination

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

Response from GET /api/event-logs.

success
enum<boolean>
required
Available options:
true
data
object[]
required
pagination
object
required
Example: