List event firings (history)
Returns a paginated list of event firings (instances emitted via triggerEvent), sorted by date_creation descending by default. Each row records the event code_name, the contact/visitor target, the payload, and execution outcome. Supports the standard listing query parameters.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Query Parameters
URL-encoded JSON string containing advanced query parameters
{
"limit": 10,
"offset": 0,
"order": [
{
"field": "id",
"type": "desc"
}
],
"filter": [
{
"field": "id",
"values": "2,5",
"operator": "NOT_BETWEEN"
}
]
}Fields to include in the response (can be repeated)
"id"Responses
Client error - Invalid request or authentication issues
List event firings (history) Returns a paginated list of event firings (instances emitted via triggerEvent), sorted by date_creation descending by default. Each row records the event code_name, the contact/visitor target, the payload, and execution outcome. Supports the standard listing query parameters. GET /v1/events/histories listEventHistories Events spm-api-key [Authentication] Required API key. settings URL-encoded JSON string containing advanced query parameters fields Fields to include in the response (can be repeated) Client error - Invalid request or authentication issues Server error - Internal processing failure