activities
List activities org-wide
GET /v1/activities
Auth required
api.activities.view
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
200 Cursor-paginated list of activities application/json
401 Missing, malformed, or unknown API key application/problem+json
403 Key lacks the required scope or plan limit violated application/problem+json
422 Query parameter or path value failed validation application/problem+json
429 Per-org rate limit exceeded application/problem+json
500 Unexpected server-side failure. The
code is internal_error. The
request_id field can be quoted to SendOps support to investigate.
application/problem+json