Pinecone Assistant
PINECONE_API_KEY="YOUR_API_KEY" ASSISTANT_NAME="example-assistant" curl -X GET "https://api.pinecone.io/assistant/assistants/$ASSISTANT_NAME" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-Api-Version: 2025-10"
{ "name": "example-assistant", "instructions": "<string>", "metadata": {}, "status": "Initializing", "host": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get the status of an assistant.
For guidance and examples, see Manage assistants
Pinecone API Key
The name of the assistant to get a status on.
Poll request successful.
Describes the configuration and status of a Pinecone Assistant.
Was this page helpful?