Retrieve a paginated list of activity events for your organization.
Events are returned in descending chronological order (most recent first).
Filter by event type, entity, actor / subject DID, or date range.
Payload schemas vary by event type — see the ActivityEventPayloads type in @humanos/lib for the per-type fields.
Documentation Index
Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.
^\d{4}-\d{2}-\d{2}$"2026-03-03"
Page number
0
Number of items per page
5 <= x <= 10010
Filter by one or more activity event types. Repeat the query parameter to pass multiple values, e.g. ?type=VP_VERIFIED&type=VP_VERIFICATION_DENIED.
REQUEST_CREATED, REQUEST_CANCELED, VP_CREATED, VP_DENIED, VP_VERIFIED, VP_VERIFICATION_DENIED, USER_DECISION_ACCEPTED, USER_DECISION_REJECTED, MANDATE_ISSUED, MANDATE_REVOKED, KYC_ACCEPTED, KYC_REJECTED ["VP_VERIFIED", "VP_VERIFICATION_DENIED"]Filter by the broad entity class the event was emitted against (e.g. "credential", "request", "veriff").
"credential"
Filter by a specific entity id (must be a valid MongoDB ObjectId).
"507f1f77bcf86cd799439011"
Filter by the DID of the actor that triggered the event.
Filter by the DID of the subject affected by the event.
Filter from date (will be converted to start of day).
"2026-01-01"
Filter to date (will be converted to end of day). Requires dateFrom.
"2026-12-31"