---
title: "List Credit Budgets"
method: GET
path: "/v1/batch/budgets"
tags: ["Cost Control"]
---

# List Credit Budgets

`GET /v1/batch/budgets`

List all credit budgets for the authenticated account.

## Response `200`

List of budgets.

- Budget[]
  - `id` string
  - `scope` string
  - `scope_value` string
  - `max_credits` number
  - `period` string
  - `alert_threshold_pct` number
  - `alert_email` string

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key

---

[API](https://skmtc.net/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.net/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/revisions/aa19cf9bc46a/schema)
