Imports
Describe an import
The describe_import operation returns details of a specific import operation.
For guidance and examples, see Import data.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
This feature is in public preview and available only on Standard and Enterprise plans.
Authorizations
Path Parameters
Required string length:
1 - 1000Response
Details of the import operation
The model for an import operation.
Unique identifier for the import operation.
Required string length:
1 - 1000Example:
"101"
The URI from where the data is imported.
The status of the operation.
Available options:
Pending, InProgress, Failed, Completed, Cancelled Example:
"Pending"
The start time of the import operation.
The end time of the import operation.
The progress made by the operation, as a percentage.
Required range:
0 <= x <= 100Example:
42.2
The number of records successfully imported.
Example:
1000000
The error message if the import process failed.