Skip to main content
GET /v1/org/fulfilment/imports/{importId}/errors
Returns the activities the import rejected, each with the reason and the values you sent, keyed by column name — enough to fix the record at source and send it again. The same rows are queued in the Dyspach portal, where your customer can correct and submit them by hand.

Query parameters

string
The nextCursor from the previous page. Omit for the first page.
integer
default:"100"
Rows per page, 1–500.

Response

Why activities get rejected

These four reach you only from a file upload, where a required column can be present in the header but blank on a given row. A data push is checked when you send it, so a missing required field comes back as a 400 naming it, not as a rejected row here.