Get customer ARR history
List the subscription-level ARR evolutions for a customer in reverse chronological order.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Maximum number of items to return (1-100).
x <= 10050
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
Return evolutions that occurred at or after this UTC date and time.
"2026-01-01T00:00:00Z"
Return evolutions that occurred at or before this UTC date and time.
"2026-12-31T23:59:59Z"
Response
List of ArrHistoryEntry.
Cursor to fetch the next page. null when there are no more items.
null
Whether more items are available after this page.
false
Total number of items matching the filters. Only present when include_total=true was passed.
1

