---
title: "List organizations"
method: GET
path: "/admin/organizations"
tags: ["Organizations"]
---

# List organizations

`GET /admin/organizations`

List all organizations associated with an account.

## Headers

- `X-Pinecone-Api-Version` string, required

## Response `200`

A list of organizations.

- AdminOrganizationList
  - `data` AdminOrganization[], required
    - `id` string, required — The unique ID of the organization.
    - `name` string, required — The name of the organization.
    - `plan` string, required — The current plan the organization is on.
    - `payment_status` string, required — The current payment status of the organization.
    - `created_at` string, date-time, required — The date and time when the organization was created.
    - `support_tier` string, required — The support tier of the organization.

## Other responses

- `401` — Unauthorized. Possible causes: Invalid API key.
- `500` — Internal server error.
- `4XX` — Unexpected error on request.

---

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