Imports
Describe an import
The describe_import
operation returns details of a specific import operation.
For guidance and examples, see Import data.
GET
This feature is in public preview and available only on Standard and Enterprise plans.
Path Parameters
Required string length:
1 - 1000
Response
200 - application/json
The model for an import operation.
The start time of the import operation.
The error message if the import process failed.
The end time of the import operation.
Unique identifier for the import operation.
Required string length:
1 - 1000
The progress made by the operation, as a percentage.
Required range:
0 < x < 100
The number of records successfully imported.
The status of the operation.
Available options:
Pending
, InProgress
, Failed
, Completed
, Cancelled
The URI from where the data is imported.
Was this page helpful?