Files
Describe a file upload
The describe_file
endpoint provides the current status and metadata of a file uploaded to an assistant.
GET
/
assistant
/
files
/
{assistant_name}
/
{assistant_file_id}
Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to upload files to.
The uuid of the file to be described.
Query Parameters
Include the signed URL of the file in the response.
Available options:
true
, false
Response
200 - application/json
Response to a file upload request
Available options:
Processing
, Available
, Deleting
, ProcessingFailed
The percentage of the file that has been processed
A signed url that gives you access to the underlying file, available only if include_url is set to true.
A message describing any error during file processing, provided only if an error occurs.
Was this page helpful?