Skip to main content
GET
List Integration Activity
Read recent integration webhook and sync activity, newest first. This is the log to check when an integration reports connected but contacts or events are not appearing.
Activity is retained for 24 hours. Payloads are sanitized when written, so no credentials, tokens, or signatures appear here.
Requires an API key with both the account:read and subscribers:read scopes.

Request

string
Only show activity for this integration.
string
Only show activity for this provider, such as stripe.
string
Filter by received, queued, processed, skipped, or failed. Use failed to triage a broken integration.
number
default:"25"
Rows to return, from 1 to 100. Out-of-range values are clamped.

Response fields

string
Where the event got to. A row stuck on queued or received for more than 15 minutes indicates background workers are not draining the queue.
string
The provider’s own event type, such as invoice.payment_failed.
string
The contact the event was matched to, or null when no contact could be resolved - the most common reason for an event to be skipped.
number
Retention window in hours. Nothing older is queryable.

Responses