---
title: "Get a specific Org Config value"
method: GET
path: "/api/v2/org_configs/{org_config_name}"
tags: ["Organizations"]
---

# Get a specific Org Config value

`GET /api/v2/org_configs/{org_config_name}`

Return the name, description, and value of a specific Org Config.

## Path parameters

- `org_config_name` string, required

## Response `200`

OK

- OrgConfigGetResponse — A response with a single Org Config.
  - `data` OrgConfigRead, required — A single Org Config.
    - `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
- `404` — Not Found
- `429` — Too many requests

---

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