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

# Get budget alerts

`GET /billing/budget/alerts`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingBudgetAlertsResponse
  - `alerts` GithubComActiveloopaiDeeplakeApiInternalBillingBudgetAlert[]
    - `budget_id` string
    - `fired_at` string
    - `id` string
    - `period_start` string
    - `spend_cents` integer
    - `threshold_pct` integer
  - `total_count` integer

## Other responses

- `401` — Unauthorized

---

[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)
