Customers
Get customer ARR history
List the subscription-level ARR evolutions for a customer in reverse chronological order.
get/v1/customers/{id}/arr-history
Path parameters
idstring required
Query parameters
limitnumber
Maximum number of items to return (1-100).
Example:50
Maximum number of items to return (1-100).
cursorstring
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
occurred_at__gtestring date-time
Return evolutions that occurred at or after this UTC date and time.
Example:2026-01-01T00:00:00Z
Return evolutions that occurred at or after this UTC date and time.
occurred_at__ltestring date-time
Return evolutions that occurred at or before this UTC date and time.
Example:2026-12-31T23:59:59Z
Return evolutions that occurred at or before this UTC date and time.
Response
CursorPaginatedArrHistoryEntry required— unresolved $ref