Assistant API
Describe file
This operation provides a decsription of an uploaded file.
GET
/
assistant
/
files
/
{assistant_name}
/
{assistant_file_id}
This feature is in public preview.
Authorizations
Api-Key
string
headerrequiredPinecone API Key
Path Parameters
assistant_file_id
string
requiredThe UUID of the file to be described.
Response
200 - application/json
name
string
requiredThe name of the file.
id
string
requiredThe 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
Was this page helpful?