Skip to main content
GET
Paginated list of errors per batch item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string
required

Query Parameters

limit
integer
default:100

Page size (max 500 by default).

Required range: 1 <= x <= 500
cursor
string

Pagination cursor.

Response

Error page

data
object[]
required
next_cursor
string | null