ImportSessionStatus
- countsType: object · TaskCountsrequired
- deletedType: integer
DELETE mode only - assets soft-archived (deleted) by the batch.
- failedType: integer
Integer numbers.
- insertedType: integer
Integer numbers.
- receivedType: integer
Integer numbers.
- retiredType: integer
FULL-sync only - assets soft-retired because they were absent from the batch.
- skippedType: integer
Integer numbers.
- updatedType: integer
Integer numbers.
- displayType: string
Code requiredOrg-scoped short code for this import session, e.g. IMP-0006.
- importType: string
Session Id requiredThe import session id - the batch identity you poll and correlate on.
- modeType: string enumrequiredvalues
- I
N G E S T - N
O R M A L I Z E - U
P D A T E - D
E L E T E
- progressType: numberrequired
0..1 overall progress.
- statusType: string enumrequiredvalues
- queued
- processing
- completed
- failed
- cancelled
- batchType: string
Label Human subtitle for the batch, when the session carries one.
- completedType: string | null Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- createdType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- errorType: string | null
- issuesType: object
INGEST / UPDATE / DELETE - paginated per-row outcomes. NORMALIZE - run-level notices only (per-row problems are inline on each normalizedRows entry).
- dataType: array object[] · TaskIssue[]
Top-level issue. For INGEST sessions, one per-row outcome; for NORMALIZE sessions, only run-level notices (e.g.
normalization_skipped,issues_truncated) withrowIndex< 0. Per-row NORMALIZE problems are inline on each normalized row. - paginationType: object · Pagination
- normalizedType: object
Rows Present for NORMALIZE sessions - cleaned rows (with inline issues), re-submittable to /assets/ingest.
- dataType: array object[] · NormalizedRow[]
- paginationType: object · Pagination
- progressType: integer
Percent Integer numbers.
- syncType: string | null enum
Mode values- D
E L T A - F
U L L - null
- updatedType: string Format: date-time
At the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z