Per-DID configuration activity log
Cursor-paginated change history for a single owned DID — the mutation timeline (routing repoints, CNAM / emergency-address edits, dispatchable-location, campaign assignment, compliance attach, release / renew, port-out, …) with the acting user, the channel it was performed via, the source IP, and a per-event details payload. Backs the dashboard number-activity tab and gives operators a “who changed this number” audit trail and compliance reviewers a per-resource mutation record (Twilio / Telnyx per-resource change-history parity). Pure read of locally-stored audit_logs, org-scoped + ownership-gated. Read-only; scoped on numbers:read.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Query Parameters
Number of events per page (1–100, default 50).
1 <= x <= 100Opaque <created_at>|<id> cursor from the previous page's meta.pagination.cursor. Omit for the first page.
Optional exact audit-action filter (e.g. number.cnam_registered) for a targeted compliance lookup.
128