GET
/
assistant
/
assistants
/
{assistant_name}

This feature is in public preview.

Authorizations

Api-Key
string
headerrequired

Pinecone API Key

Path Parameters

assistant_name
string
required

The name of the assistant to poll.

Response

200 - application/json
name
string
required

The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.

metadata
object

A dictionary containing user-supplied metadata. Neither the model nor the API use this metadata.

status
enum<string>
required

Describes the status of the assistant.

Available options:
Initializing,
Failed,
Ready,
Terminating
created_on
string

When the assistant was created.

updated_on
string

When the assistant was last updated.