Add items by list type (legacy shortcut)
API Reference
Add items by list type (legacy shortcut)
POST /data-lists//items β appends to the first active list of that type; prefer POST /data-lists//items when you have multiple lists.
POST
Add items by list type (legacy shortcut)
Overview
Adds items to the first active list returned for{type} (ordered by createdAt descending with limit: 1 in the implementation). If no active list exists, returns 404 with a hint to create one via POST /data-lists.
For production integrations with more than one list per type, always use Add items with the explicit list UUID.
Endpoint
Authentication
Request Body
Same shape as Add items:items(required): 1β1000 entries withprimaryValue, optionalsearchKeys,category,riskScore,itemData,metadata.options:batchSize,ignoreDuplicates,updateExisting.
Response
201 with listId resolved by the server, plus ingest counters.