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.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Response
OK
Maximum number of row errors stored per job
x >= 0100
Stored row errors ordered by row number (capped at errorCap per job)
100Number of row errors actually stored for this job
x >= 0100
Total number of failed rows for the job (may exceed storedErrors)
x >= 01000
True when more rows failed than were stored
true

