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

# List organizations

`GET /api/v3.1/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.

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
