List pricing change history
Returns the pricing change log — when a rate or override was created, updated, or retired, with its value and scope. Super-admins see the full internal audit trail and may filter by organizationId; a tenant developer gets a sanitised view scoped to their own org plus global rate-card changes. Use it to explain a rate change on the billing dashboard. Cap results with limit (default 100, max 500).
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 Response
The change history in the standard { data, meta } envelope — data is an array of change entries (action, table, scope, value, and, for super-admins, the actor and before/after state) newest first.
The change history in the standard { data, meta } envelope — data is an array of change entries (action, table, scope, value, and, for super-admins, the actor and before/after state) newest first.