---
title: "Retrieves an organization spend alert."
method: GET
path: "/organization/spend_alerts/{alert_id}"
tags: ["Spend alerts"]
---

# Retrieves an organization spend alert.

`GET /organization/spend_alerts/{alert_id}`

## Path parameters

- `alert_id` string, required

## Response `200`

Organization spend alert retrieved successfully.

- OrganizationSpendAlert — Represents a spend alert configured at the organization level.
  - `id` string, required — The identifier, which can be referenced in API endpoints.
  - `object` 'organization.spend_alert', required — The object type, which is always `organization.spend_alert`.
  - `threshold_amount` integer, required — The alert threshold amount, in cents.
  - `currency` 'USD', required — The currency for the threshold amount.
  - `interval` 'month', required — The time interval for evaluating spend against the threshold.
  - `notification_channel` SpendAlertNotificationChannel, required — Email notification settings for a spend alert.
    - `type` 'email', required — The notification channel type. Currently only `email` is supported.
    - `recipients` string[], required — Email addresses that receive the spend alert notification.
    - `subject_prefix` string, nullable — Optional subject prefix for alert emails.

## Changes

- **2026-08-05** `ab0c5306e390` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/spend_alerts/:alert_id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
