This page shows you how to get the current status of a file in your Pinecone Assistant.

To learn about the concepts related to Pinecone Assistant, see Understanding Assistant.

This feature is in public preview.

Get the status of a file

Use the describe_file operation to get the status and metadata for your Assistant as in the following example:

This endpoint returns a response like the following:

{
  "name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "metadata": {},
  "created_on": "2023-11-07T05:31:56Z",
  "updated_on": "2023-11-07T05:31:56Z",
  "status": "Processing"
}

You can check the status a file using the Pinecone console. In the Assistant playground, click the file for more details.