---
title: "GET /v2/connections/billing/anycost/{connection_id}/billing_drops/{month}"
method: GET
path: "/v2/connections/billing/anycost/{connection_id}/billing_drops/{month}"
tags: ["anycost_stream"]
---

# GET /v2/connections/billing/anycost/{connection_id}/billing_drops/{month}

`GET /v2/connections/billing/anycost/{connection_id}/billing_drops/{month}`

Retrieve billing drop contents for a specific month.

**Pagination:**
- Use the `limit` parameter to control page size (1-10,000 rows)
- When more results are available, the response includes a `next_page_token`
- Pass the `next_page_token` in subsequent requests to retrieve additional pages
- Without pagination parameters, all results are returned in a single response

## Path parameters

- `connection_id` string, required
- `month` string, required — ISO 8601 datetime string (e.g., 2023-10-26T14:27:46+00:00)

## Query parameters

- `limit` integer
- `page_token` string

## Headers

- `cloudzero-idempotency-key` string
- `cloudzero-test-key` string

## Response `200`

Successful Operation

- object
  - `billing_drop` CbfRow[]
    - `lineitem/id` string
    - `lineitem/type` 'Usage' | 'Tax' | 'Support' | 'Purchase' | 'CommittedUsePurchase' | 'Discount' | 'Credit' | 'Fee' | 'Adjustment'
    - `lineitem/description` string
    - `time/usage_start` string, required — ISO 8601 datetime string (e.g., 2023-10-26T14:27:46+00:00)
    - `time/usage_end` string — ISO 8601 datetime string (e.g., 2023-10-26T14:27:46+00:00)
    - `resource/id` string
    - `resource/service` string
    - `resource/account` string
    - `resource/region` string
    - `resource/usage_family` string
    - `action/operation` string
    - `action/usage_type` string
    - `action/region` string
    - `action/account` string
    - `usage/amount` string
    - `usage/units` string
    - `cost/cost` string, required — String representation of a dollar amount
    - `cost/discounted_cost` string — String representation of a dollar amount
    - `cost/amortized_cost` string — String representation of a dollar amount
    - `cost/discounted_amortized_cost` string — String representation of a dollar amount
    - `cost/on_demand_cost` string — String representation of a dollar amount
    - `bill/invoice_id` string
    - `k8s/cluster` string
    - `k8s/namespace` string
    - `k8s/deployment` string
    - `k8s/labels` string
  - `next_page_token` string — Pagination token for retrieving the next page of results. Only included when additional pages are available.

## Other responses

- `400` — Bad Request Error
- `403` — Forbidden
- `404` — Not Found Error

---

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