---
title: "List organizations"
method: GET
path: "/v0/orgs"
---

# List organizations

`GET /v0/orgs`

List organizations accessible to the current authentication method.

## Response `200`

success

- object
  - `data` Org[], required
    - `object` 'org', required
    - `slug` string, required
    - `display_name` string, nullable, required
    - `enable_ai_commit_messages` boolean, required
  - `has_more` boolean, required
  - `next_cursor` string

## Changes

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

[Change history](https://skmtc.dev/stainless-api/apis/my-api/changes/v0/orgs/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)
