---
title: "Get an org group"
method: GET
path: "/api/v2/org_groups/{org_group_id}"
tags: ["Org Groups"]
---

# Get an org group

`GET /api/v2/org_groups/{org_group_id}`

Get a specific organization group by its ID.

## Path parameters

- `org_group_id` string, uuid, required

## Response `200`

OK

- OrgGroupResponse — Response containing a single org group.
  - `data` OrgGroupData, required — An org group resource.
    - `attributes` OrgGroupAttributes, required — Attributes of an org group.
      - `created_at` string, date-time, required — Timestamp when the org group was created.
      - `modified_at` string, date-time, required — Timestamp when the org group was last modified.
      - `name` string, required — The name of the org group.
      - `owner_org_site` string, required — The site of the organization that owns this org group.
      - `owner_org_uuid` string, uuid, required — The UUID of the organization that owns this org group.
    - `id` string, uuid, required — The ID of the org group.
    - `type` 'org_groups', required — Org groups resource type.

## 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)
