v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
calc_rules

List CalcRules

Retrieve a list of CalcRule objects.

You can use query parameters to filter, sort, and paginate the results.

get/billing/org/v1/calc-rules

Query parameters

limitinteger

Number of results to return per page. Maximum is 100.

offsetinteger

The initial index from which to return the results.

Response

Request successful.

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}