This page shows you how to get the current status of your assistant.

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

This feature is in public preview.

Get the status of an assistant

Use the describe_assistant operation to get the status and metadata for your assistant as in the following example:

This endpoint returns a response like the following:

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

The status field has the following possible values:

  • Initializing
  • Failed
  • Ready
  • Terminating

You can check the status of an assistant using the Pinecone console.