Bulk import list items
API Reference
Bulk import list items
Bulk ingest items into a data list with optional replaceExisting flag and validation modes, designed for large batches β POST /data-lists//items/bulk.
POST
Bulk import list items
Overview
Imports many items in one request (validated per row). Intended for bulk or migration scenarios.Endpoint
Authentication
Request Body
Each item may include:
primaryValue, secondaryValue, searchKeys, category, riskScore, severity (low | medium | high | critical), reason, sourceReference, itemData, metadata, isActive, plus passthrough fields as accepted by the API.When true, continues importing valid rows while collecting errors for invalid ones (behavior as implemented server-side).
When true, replaces existing matches according to server merge rules.
Response
Usually200 with successful, errors, and per-row errorDetails for partial failures.