GET
/
bulk
/
imports
/
{id}

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

Path Parameters

id
string
required
Required string length: 1 - 1000

Response

200 - application/json

The model for an import operation.

createdAt
string

The start time of the import operation.

error
string

The error message if the import process failed.

finishedAt
string

The end time of the import operation.

id
string

Unique identifier for the import operation.

Required string length: 1 - 1000
percentComplete
number

The progress made by the operation, as a percentage.

Required range: 0 < x < 100
recordsImported
integer

The number of records successfully imported.

status
enum<string>

The status of the operation.

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

The URI from where the data is imported.