Files
Describe a file upload
Get the status and metadata of a file uploaded to an assistant.
For guidance and examples, see Manage files.
GET
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
AssistantFileModel is the response format to a successful file upload request.
A message describing any error during file processing, provided only if an error occurs.
The percentage of the file that has been processed
A signed url that gives you access to the underlying file
Available options:
Processing
, Available
, Deleting
, ProcessingFailed
Was this page helpful?