List activities org-wide
Returns the org's activities, newest first, cursor-paginated. Filters:
name (exact activity name), from/to (RFC 3339, default last 30
days, capped by plan retention), and contact — a contact id, email,
or external_id. An unknown contact reference returns an empty page.
Query parameters
from string<date-time> optional Window start (RFC 3339). Defaults to 30 days ago.
to string<date-time> optional Window end (RFC 3339). Defaults to now.
limit integer optional Page size (1–200). Default 50.
cursor string optional Opaque cursor returned from the previous page.
name string optional Exact activity name to filter by.
contact string optional Contact reference — id, email, or external_id.
Responses
Errors follow the RFC 7807 problem format — see the error reference.
data array<object> required Each entry in data:
activity_id string<uuid> required contact_id string<uuid> required email string optional Contact email at ingest time.
name string required properties object required The free-form payload as submitted.
occurred_at string<date-time> required received_at string<date-time> required source string optional The ingesting API key's prefix.
pagination object required Fields of pagination:
has_more boolean required next_cursor string | null optional code is internal_error. The
request_id field can be quoted to SendOps support to investigate.
application/problem+json