# List billing cycles.

List billing cycles.

Endpoint: GET /billing/cycles
Version: 2.0.0

## Query parameters:

  - `page` (integer)
    Page number
    Example: 1

  - `page_size` (integer)
    Number of items per page. The maximum allowed value is 500. The default value is 50.
    Example: 10

## Response 200 fields (application/json):

  - `data` (array, required)

  - `data.cycle` (string,null, required)
    Billing cycle's frequency.
    Enum: "free", "onetime", "monthly", "quarterly", "semiannually", "annually", "biennially", "triennially"

  - `data.description` (string)
    Example: "Monthly"

  - `data.months` (integer)
    The number of months for this cycle.
    Example: 1

## Response default fields (application/json):

  - `message` (string)


