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", "instructions": "Use American English for spelling and grammar.", "metadata": {"team": "customer-support", "version": "1.0"}, "status": "Ready", "host": "https://prod-1-data.ke.pinecone.io", "created_at": "2025-10-01T12:30:00Z", "updated_at": "2025-10-01T12:45:00Z" } ] }
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
Was this page helpful?