---
title: "Retrieve an organization"
method: GET
path: "/v0/orgs/{org}"
---

# Retrieve an organization

`GET /v0/orgs/{org}`

Retrieve an organization by name.

## Path parameters

- `org` string, required

## Response `200`

success

- Org
  - `object` 'org', required
  - `slug` string, required
  - `display_name` string, nullable, required
  - `enable_ai_commit_messages` boolean, required

## Changes

- **2025-12-19** `14899ed94f51` — 1 info
  - added the required property `enable_ai_commit_messages` to the response with the `200` status

[Change history](https://skmtc.dev/stainless-api/apis/my-api/changes/v0/orgs/:org/get.md)

---

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