---
title: "Get organization details"
method: GET
path: "/admin/organizations/{organization_id}"
tags: ["Organizations"]
---

# Get organization details

`GET /admin/organizations/{organization_id}`

Get details about an organization.

## Path parameters

- `organization_id` string, required

## Headers

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

## Response `200`

The details of an organization.

- AdminOrganization — The details of an organization.
  - `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.
- `404` — Not found
- `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)
