---
title: "Get all Statuspage URL settings"
method: GET
path: "/api/v2/integration/statuspage/url_settings"
tags: ["Statuspage Integration"]
---

# Get all Statuspage URL settings

`GET /api/v2/integration/statuspage/url_settings`

Get all Statuspage URL settings configured for your organization.

## Response `200`

OK

- StatuspageUrlSettingsResponse — Response with a list of Statuspage URL settings.
  - `data` StatuspageUrlSettingResponseData[], required — An array of Statuspage URL settings.
    - `attributes` StatuspageUrlSettingResponseAttributes, required — The attributes from a Statuspage URL setting response.
      - `custom_tags` string — Comma-separated list of custom tags applied to events generated from this Statuspage URL.
      - `url` string — The Statuspage URL being monitored.
    - `id` string, required — The ID of the Statuspage URL setting.
    - `type` 'statuspage-url-setting', required — Statuspage URL setting resource type.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `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/revisions/da68bf029e4c/schema)
