API REFERENCE · SCHEMA

BatchAccepted schema

Required fields are always present in their containing object. Optional fields may be omitted; null is allowed only where stated. Array item fields apply to every item.

All endpoints and schemas
idRequired
string

Accepted batch UUID. Poll GET /batches/{id} for processing progress.

Format: uuid.

statusRequired
string

pending for inline rows; importing for an uploaded file. Idempotent replay returns the original acceptance state.

Values: "importing", "pending".

totalRequired
integer

Inline row count; zero for uploads until asynchronous import establishes the count.

Minimum: 0.