---
title: "List org group policy configs"
method: GET
path: "/api/v2/org_group_policy_configs"
tags: ["Org Groups"]
---

# List org group policy configs

`GET /api/v2/org_group_policy_configs`

List all org configs that are eligible to be used as organization group policies.

## Response `200`

OK

- OrgGroupPolicyConfigListResponse — Response containing a list of org group policy configs.
  - `data` OrgGroupPolicyConfigData[], required — An array of org group policy configs.
    - `attributes` OrgGroupPolicyConfigAttributes, required — Attributes of an org group policy config.
      - `allowed_values` string[], required — The allowed values for this config.
      - `default_value` string, required — The default value for this config.
      - `description` string, required — The description of the policy config.
      - `name` string, required — The name of the policy config.
      - `value_type` string, required — The type of the value for this config.
    - `id` string, required — The identifier of the policy config (uses the config name).
    - `type` 'org_group_policy_configs', required — Org group policy configs resource type.

## Other responses

- `401` — Unauthorized
- `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)
