API REFERENCE · SCHEMA
BatchPage 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 schemasitemsRequired- Batch[]
items item fields
Each array item: Batch.
items[]Required.id - string
Format: uuid.
items[]Required.name - string
items[]Required.environment - string
Values: "sandbox", "production".
items[]Required.status - string
Values: "importing", "pending", "processing", "completed", "cancelled", "failed".
items[]Required.total - integer
Minimum: 0.
items[]Required.completed - integer
Minimum: 0.
items[]Required.failed - integer
Minimum: 0.
items[]Required.created_at - string
Format: date-time.
items[]Required.cancelled_at - string or null
May be null.
items[].cancelled_at fields and rules
Allowed alternatives
- string
Format: date-time.
- null
May be null.
- string
nextCursorRequired- string or null
May be null.
nextCursor fields and rules
Allowed alternatives
- string
- null
May be null.