---
title: "Get global incident settings"
method: GET
path: "/api/v2/incidents/config/global/settings"
tags: ["Incidents"]
---

# Get global incident settings

`GET /api/v2/incidents/config/global/settings`

Retrieve global incident settings for the organization.

## Response `200`

OK

- GlobalIncidentSettingsResponse — Response payload containing global incident settings.
  - `data` GlobalIncidentSettingsDataResponse, required — Data object in the global incident settings response.
    - `attributes` GlobalIncidentSettingsAttributesResponse, required — Global incident settings attributes
      - `analytics_dashboard_id` string, required — The analytics dashboard ID
      - `created` string, date-time, required — Timestamp when the settings were created
      - `modified` string, date-time, required — Timestamp when the settings were last modified
    - `id` string, required — The unique identifier for the global incident settings
    - `type` 'incidents_global_settings', required — Global incident settings resource type

## Other responses

- `400` — Bad Request
- `429` — Too many requests

---

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