---
title: "List the caller's organizations"
method: GET
path: "/api/v1/orgs"
tags: ["organizations"]
---

# List the caller's organizations

`GET /api/v1/orgs`

## Query parameters

- `limit` integer

## Response `200`

Orgs the user is a member of

- OrganizationListResponse
  - `orgs` OrganizationSummary[], required
    - `id` string, uuid, required
    - `slug` string, required
    - `name` string, required
    - `plan` 'free' | 'developer' | 'pro' | 'enterprise', required
    - `billing_email` string, email, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `member_count` integer, required
    - `your_role` 'owner' | 'admin' | 'member', required
  - `next_cursor` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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