Skip to main content
GET
/
api
/
v1
/
billing
Billing Report
curl --request GET \
  --url https://api.example.com/api/v1/billing
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Query Parameters

month
string

Month in YYYY-MM format. Defaults to current month.

Example:

"2026-04"

Response

Successful Response