This page shows you how to get a list of the assistants in your project, including their names and statuses.

To learn about the concepts related to Pinecone Assistant, see Understanding Assistant.

This feature is in public preview.

List assistants for a project

Use the list_assistants operation to get the name, status, and metadata for each Assistant in your project as in the following example:

This endpoint returns a response like the following:

{
  "assistants": [
    {
      "name": "example-assistant",
      "metadata": {},
      "status": "Initializing",
      "created_on": "2023-11-07T05:31:56Z",
      "updated_on": "2023-11-07T05:31:56Z"
    }
  ]
}

You can use the name value to check the status of an assistant.

You can list assistants using the Pinecone console.