Get Batch Errors

GET /v2/batch/operations/{id}/errors

Required scopes

batch:operations:read

Tokens missing any required scope return 401 scope_missing. See Auth & Scopes for issuance.

Operation

Operation ID getBatchErrors
Tags Batch

Parameters

Name In Type Description
id * path schema
page[size] query integer
page[after] query string

Responses

200
OK
object
FieldTypeDescription
batch_id *schema
total_failed *integer
errors *object[]
sampled *boolean
next_cursorstring

Example request

GET https://api.digitalonboarding.com/v2/batch/operations/{id}/errors?<query-params>
Authorization: Bearer <partner-token>