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

---

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