v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Entity Bulk Seed

Get Seed Job Status

get/v3/entities/seed/{id}

Path parameters

idstring required

Seed job public ID (esj_...).

Response

The request has succeeded.

seedJobIDstring required

Public ID (esj_...) of the seed job.

status'pending' | 'processing' | 'completed' | 'failed' required

Lifecycle state.

totalRowsinteger required

Total rows in the submitted batch.

createdCountinteger required

Rows that created a new entity.

mergedCountinteger required

Rows merged into an existing entity.

rejectedCountinteger required

Rows rejected.

errorstring

Terminal error message when status is failed.