List organization activity events
Returns a paginated feed of the organization’s activity events (membership changes, resource and plan lifecycle, customer and subscription events, etc.), ordered most recent first. Filter by one or more event types, by the acting user, and by an ISO timestamp window. The response is { items, total }, where total is the count across all pages matching the filter. Requires a Nevermined API key. Requires active organization membership. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Query Parameters
1-based page number. Defaults to 1.
1
Items per page (1–200). Defaults to 50.
50
Filter by event type. Accepts a single value or a comma-separated list. Values come from OrganizationActivityEventType (e.g. plan.purchased, member.joined, customer.blocked).
"plan.purchased,member.joined"
Only return events triggered by this user ID.
"us-2f4a6c8e"
ISO-8601 timestamp lower bound (events with occurredAt >= from).
"2026-05-01T00:00:00.000Z"
ISO-8601 timestamp upper bound (events with occurredAt < to).
"2026-06-01T00:00:00.000Z"