Skip to main content
GET
List per-row import errors for a job

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Parâmetros de caminho

contextId
string<uuid>
obrigatório

Context ID

jobId
string<uuid>
obrigatório

Job ID

Resposta

OK

errorCap
integer<int64>
obrigatório

Maximum number of row errors stored per job

Intervalo obrigatório: x >= 0
Exemplo:

100

items
object[] | null
obrigatório

Stored row errors ordered by row number (capped at errorCap per job)

Maximum array length: 100
storedErrors
integer<int64>
obrigatório

Number of row errors actually stored for this job

Intervalo obrigatório: x >= 0
Exemplo:

100

totalErrors
integer<int64>
obrigatório

Total number of failed rows for the job (may exceed storedErrors)

Intervalo obrigatório: x >= 0
Exemplo:

1000

truncated
boolean
obrigatório

True when more rows failed than were stored

Exemplo:

true