Assistants
Check assistant status
The describe_assistant
endpoint gets the status of an assistant.
GET
/
assistant
/
assistants
/
{assistant_name}
Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to get a status on.
Response
200 - application/json
The AssistantModel describes the configuration and status of a Pinecone Assistant.
The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
Required string length:
1 - 45
Available options:
Initializing
, Failed
, Ready
, Terminating
Description or directive for the assistant to apply to all responses.
Was this page helpful?