---
title: "List assistants"
method: GET
path: "/assistants"
tags: ["Manage Assistants"]
---

# List assistants

`GET /assistants`

List of all assistants in a project.

For guidance and examples, see [Manage assistants](https://docs.pinecone.io/guides/assistant/manage-assistants#list-assistants-for-a-project).

## Query parameters

- `limit` integer
- `pagination_token` string

## Headers

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

## Response `200`

List all assistants in a project.

- AssistantControlListAssistantsResponse
  - `assistants` AssistantControlAssistant[] — The list of assistants that exist in the project.
    - `name` string, required — The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or `-`.
    - `instructions` string, nullable — Guidance applied to all responses generated by the assistant.
    - `metadata` object, nullable — Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.
    - `status` string, required — The current operational status of the assistant.
    - `host` string — The host where the assistant is deployed.
    - `region` string — The region where the assistant is deployed.
    - `created_at` string, date-time — The timestamp when the assistant was created, in ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`).
    - `updated_at` string, date-time — The timestamp of the most recent update to the assistant, in ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`).
  - `pagination` AssistantControlPaginationResponse — Object that contains the next pagination token to continue a previous listing operation.
    - `next` string, required — The token to use to retrieve the next page of results.

## Other responses

- `401` — Unauthorized. Possible causes: Invalid API key.
- `500` — Internal server error.

---

[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/versions/35876583485d/schema)
