---
title: "Get budget"
method: GET
path: "/billing/budget"
tags: ["Billing"]
---

# Get budget

`GET /billing/budget`

Returns the org's monthly spend cap + alert thresholds.

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingBudgetConfig
  - `alert_threshold_pcts` integer[]
  - `created_at` string
  - `id` string
  - `monthly_limit_cents` integer
  - `org_id` string
  - `paused_at` string
  - `updated_at` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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