GET
/
assistant
/
files
/
{assistant_name}
/
{assistant_file_id}

This feature is in public preview.

Authorizations

Api-Key
string
headerrequired

Pinecone API Key

Path Parameters

assistant_file_id
string
required

The UUID of the file to be described.

Response

200 - application/json
name
string
required

The name of the file.

id
string
required

The UUID of the file.

metadata
object

A dictionary containing metadata for the assistant.

created_on
string

When the file was first uploaded.

updated_on
string

When the file was last updated.

status
enum<string>

The status of the file.

Available options:
Processing,
Available,
Deleting,
ProcessingFailed