Pinecone Assistant
PINECONE_API_KEY="YOUR_API_KEY" curl -X GET "https://api.pinecone.io/assistant/assistants" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-Api-Version: 2025-10"
{ "assistants": [ { "name": "example-assistant", "status": "<string>", "instructions": "<string>", "metadata": {}, "host": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
List of all assistants in a project.
For guidance and examples, see Manage assistants.
Pinecone API Key
Required date-based version header
List all assistants in a project.
The list of assistants that exist in the project.
Show child attributes
The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.
1 - 63
"example-assistant"
Description or directive for the assistant to apply to all responses.
The host where the assistant is deployed.
Was this page helpful?