---
title: "Get all monitor configuration policies"
method: GET
path: "/api/v2/monitor/policy"
tags: ["Monitors"]
---

# Get all monitor configuration policies

`GET /api/v2/monitor/policy`

Get all monitor configuration policies.

## Response `200`

OK

- MonitorConfigPolicyListResponse — Response for retrieving all monitor configuration policies.
  - `data` MonitorConfigPolicyResponseData[] — An array of monitor configuration policies.
    - `attributes` MonitorConfigPolicyAttributeResponse — Policy and policy type for a monitor configuration policy.
      - `policy` MonitorConfigPolicyPolicy — Tag attributes of a monitor configuration policy.
        - `tag_key` string — The key of the tag.
        - `tag_key_required` boolean — If a tag key is required for monitor creation.
        - `valid_tag_values` string[] — Valid values for the tag.
      - `policy_type` 'tag' — The monitor configuration policy type.
    - `id` string — ID of this monitor configuration policy.
    - `type` 'monitor-config-policy' — Monitor configuration policy resource type.

## Other responses

- `403` — Forbidden
- `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)
