Skip to main content
GET
This feature is in public preview and available only on Standard and Enterprise plans.

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours from the console.

Headers

X-Pinecone-Api-Version
string
default:2026-07
required

Required date-based version header

Path Parameters

id
string
required

Unique identifier for the import operation.

Required string length: 1 - 1000

Response

Details of the import operation.

The model for an import operation.

id
string
required

Unique identifier for the import operation.

Required string length: 1 - 1000
Example:

"101"

uri
string
required

The URI from where the data is imported.

status
string
required

The status of the operation. Possible values: Pending, InProgress, Failed, Completed, or Cancelled.

Example:

"Pending"

createdAt
string<date-time>
required

The start time of the import operation.

percentComplete
number<float>
required

The progress made by the operation, as a percentage.

Required range: 0 <= x <= 100
Example:

42.2

recordsImported
integer<int64>
required

The number of records successfully imported.

Required range: x >= 0
Example:

1000000

finishedAt
string<date-time>

The end time of the import operation.

error
string

The error message if the import process failed.

validationResult
object

The result of the validation run performed on the import data. Present only once validation has run.