Manage Assistants
Check assistant status
Get the status of an assistant.
For guidance and examples, see Manage assistants
get/assistants/{assistant_name}
Path parameters
assistant_namestring required
The name of the assistant to get a status on.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Poll request successful.
Example response
{
"name": "example-assistant",
"instructions": "Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow.",
"metadata": {
"role": "Customer Support Helper",
"team": "Operations"
},
"host": "https://prod-1-data.ke.pinecone.io",
"created_at": "2025-10-01T12:30:00Z",
"updated_at": "2025-10-01T12:45:00Z"
}