User-event batch failures
API Reference
User-event batch failures
Download CSV or JSON of failed user-event rows for a batch import job.
GET
User-event batch failures
Endpoints
β¦/failures.csvβ CSV downloadβ¦/failuresβ JSON
Authentication
transactions:create, entities:bulk_import, events:create.
HTTP responses
| Status | When |
|---|---|
200 | Job found |
401 | Not authenticated |
403 | Missing permission |
404 | Job not found |
CSV columns
| Column | Description |
|---|---|
row_key | Source row id (e.g. row_5 = CSV line 5) |
code | Stable failure code β catalog |
error | Human-readable message |
JSON response
Same envelope as Transaction failures withkind: user_event_batch:
VALIDATION_ERROR, ENTITY_NOT_FOUND, PROCESSING_ERROR.
See also: Import user events, Failure codes.