Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
anonymous | [Import] | false | none | none |
» id | integer | false | none | The ID of the import process. |
» status | string | false | none | The status of the import. |
» message | string | false | none | A message describing the current step the import is on. |
» steps | object | false | none | An object describing the progress of the import. |
»» total | integer | false | none | Total number of steps. |
»» count | integer | false | none | Current step. |
» user | integer | false | none | The user that started the import. |
Enumerated Values
Property | Value |
|---|---|
status | cancelled |
status | done |
status | running |