GET
/
bulk
/
imports
/
{id}

This feature is in public preview. It is available only on Standard and Enterprise plans.

Authorizations

Api-Key
string
headerrequired

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

Path Parameters

id
string
required

Response

200 - application/json
id
string

Unique identifier for the import operation.

uri
string

The URI from where the data is imported.

status
enum<string>

The status of the operation.

Available options:
Pending,
InProgress,
Failed,
Completed,
Cancelled
createdAt
string

The start time of the import operation.

finishedAt
string

The end time of the import operation.

percentComplete
number

The progress made by the operation out of 100

recordsImported
integer

The number of records successfully imported.

error
string

The error message if the import process failed.