Assistant
Check assistant status
This page shows you how to get the current status of your assistant.
This feature is in public preview.
Get the status of an assistant
Use the get_assistant
operation to get the status and metadata for your assistant as in the following example:
This operation returns a response like the following:
{
"name": "example-assistant",
"instructions": "You are ABC company's assistant and are extremely polite.",
"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.
Was this page helpful?