---
title: "Get the monthly billing cycle dates"
method: GET
path: "/v1/billing-cycles"
tags: ["billing"]
---

# Get the monthly billing cycle dates

`GET /v1/billing-cycles`

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `cycles` BillingCycle[], required
    - `id` integer, required
    - `start_date` string, date-time, required
    - `end_date` string, date-time, required
    - `unique_asset_count` integer, required

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/billing-cycles/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/c9df54e2fb2c/schema)
