List per-row import errors for a job
List per-row import errors for a job
Returns the stored per-row parse/normalization errors for an ingestion job (capped at 100 per job), with the uncapped failure total and truncation accounting. Lets clients explain failed or partially-failed imports.
GET
List per-row import errors for a job
Authorizations
Bearer token authentication (format: "Bearer {token}")
Response
OK
Maximum number of row errors stored per job
Required range:
x >= 0Example:
100
Stored row errors ordered by row number (capped at errorCap per job)
Maximum array length:
100Number of row errors actually stored for this job
Required range:
x >= 0Example:
100
Total number of failed rows for the job (may exceed storedErrors)
Required range:
x >= 0Example:
1000
True when more rows failed than were stored
Example:
true

