Skip to main content
GET

Authorizations

Api-Key
string
header
required

Pinecone API Key

Headers

X-Pinecone-Api-Version
string
default:2025-10
required

Required date-based version header

Path Parameters

assistant_name
string
required

The name of the assistant to get a status on.

Response

Poll request successful.

Describes the configuration and status of a Pinecone Assistant.

name
string
required

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 '-'.

Required string length: 1 - 63
Example:

"example-assistant"

status
string
required
instructions
string | null

Description or directive for the assistant to apply to all responses.

metadata
object | null

Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.

host
string

The host where the assistant is deployed.

created_at
string<date-time>
updated_at
string<date-time>