---
title: "List organizations"
method: GET
path: "/api/v3/org/list"
tags: ["Organization Management"]
---

# List organizations

`GET /api/v3/org/list`

Retrieves a list of organizations that the authenticated user has access to. This includes organizations where the user is a member with any role.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successfully retrieved list of organizations with pagination.

- object
  - `organizations` object[], required
    - `id` string, orgId, required — Unique identifier for the organization
    - `name` string, required — Name of the organization
    - `created_at` string, required — When the organization was created
    - `updated_at` string, required — When the organization was last updated
  - `next_cursor` string, nullable
  - `total_pages` number, required
  - `current_page` number, required
  - `total_items` number, required

## Other responses

- `400` — Bad request. This may occur if there are invalid query parameters or the request is malformed.
- `401` — Unauthorized. Authentication is required or the provided credentials are invalid.
- `404` — Not found. The user or organization was not found.
- `500` — Internal server error. An unexpected error occurred while processing the request.

## Changes

- **2026-08-18** `0d00d8bf42bf` — 2 breaking, 1 info
  - the `organizations/items/name` response property's maxLength was unset from `32` for the response status `200`
  - the `organizations/items/name` response property's minLength was decreased from `3` to `0` for the response status `200`
  - the `organizations/items/name` response's property pattern `^[a-zA-Z][a-zA-Z0-9_]*[a-zA-Z0-9]$` was removed for the status `200`

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api/changes/api/v3/org/list/get.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api/revisions/368fb7851f42/schema)
