---
title: "List Org Configs"
method: GET
path: "/api/v2/org_configs"
tags: ["Organizations"]
---

# List Org Configs

`GET /api/v2/org_configs`

Returns all Org Configs (name, description, and value).

## Response `200`

OK

- OrgConfigListResponse — A response with multiple Org Configs.
  - `data` OrgConfigRead[], required — An array of Org Configs.
    - `attributes` OrgConfigReadAttributes, required — Readable attributes of an Org Config.
      - `description` string, required — The description of an Org Config.
      - `modified_at` string, date-time, nullable — The timestamp of the last Org Config update (if any).
      - `name` string, required — The machine-friendly name of an Org Config.
      - `value` unknown, required
      - `value_type` string, required — The type of an Org Config value.
    - `id` string, required — A unique identifier for an Org Config.
    - `type` 'org_configs', required — Data type of an Org Config.

## Other responses

- `400` — Bad Request
- `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/revisions/da68bf029e4c/schema)
