Get the status of an assistant.
For guidance and examples, see Manage assistants
Pinecone API Key
Required date-based version header
The name of the assistant to get a status on.
Poll request successful.
Describes the configuration and status of a Pinecone Assistant.
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"
The current operational status of the assistant.
Guidance applied to all responses generated by the assistant.
"Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow."
Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.
{
"role": "Customer Support Helper",
"team": "Operations"
}The host where the assistant is deployed.
"https://prod-1-data.ke.pinecone.io"
The region where the assistant is deployed.
The timestamp when the assistant was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
"2025-10-01T12:30:00.000Z"
The timestamp of the most recent update to the assistant, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
"2025-10-01T12:45:00.000Z"