v1

latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KB
anycost_stream

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
get/v2/connections/billing/anycost/{connection_id}/billing_drops/{month}

Path parameters

connection_idstring required

Unique Billing Connection identifier

monthstring required

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

Billing drop month (format YYYY-MM, e.g., 2023-10)

Query parameters

limitinteger

Number of billing drop rows to return per page

page_tokenstring

Pagination token from a previous response. Pass this to retrieve the next page of results.

Headers

cloudzero-idempotency-keystring

If passed, any subsequent operation with the same value for this header will return the exact same result. This is true for all responses, i.e. successes and errors.

cloudzero-test-keystring

If passed, the operation executes in the namespace specified by this key. Resource mutations in the namespace last for 1 hour.

Response

Successful Operation

next_page_tokenstring

Pagination token for retrieving the next page of results. Only included when additional pages are available.