---
title: "List projects"
method: GET
path: "/admin/projects"
tags: ["Projects"]
---

# List projects

`GET /admin/projects`

List all projects in an organization.

## Headers

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

## Response `200`

A list of projects.

- AdminProjectList
  - `data` AdminProject[], required
    - `id` string, uuid, required — The unique ID of the project.
    - `name` string, required — The name of the project.
    - `max_pods` integer, required — The maximum number of Pods that can be created in the project.
    - `force_encryption_with_cmek` boolean, required — Whether to force encryption with a customer-managed encryption key (CMEK).
    - `organization_id` string, required — The unique ID of the organization that the project belongs to.
    - `created_at` string, date-time — The date and time when the project was created.

## 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)
