GET
/
files
/
{assistant_name}
/
{assistant_file_id}

Authorizations

Api-Key
string
header
required

Pinecone API Key

Path Parameters

assistant_name
string
required

The name of the assistant to upload files to.

assistant_file_id
string
required

The uuid of the file to be described.

Query Parameters

include_url
enum<string>

Include the signed URL of the file in the response.

Available options:
true,
false

Response

200 - application/json

AssistantFileModel is the response format to a successful file upload request.

id
string
required
name
string
required
created_on
string
error_message
string | null

A message describing any error during file processing, provided only if an error occurs.

metadata
object | null
percent_done
number | null

The percentage of the file that has been processed

signed_url
string | null

A signed url that gives you access to the underlying file

status
enum<string>
Available options:
Processing,
Available,
Deleting,
ProcessingFailed
updated_on
string