v1

latestSwagger 2.02026-07-134272111.8 KB
bulk

Retrieve the errors of a bulk job.

get/bulk/{id}/errors

Path parameters

idstring required

The ID of the bulk job to retrieve its errors.

Query parameters

pageSizeinteger

The page size for pagination, which defaults to 200 if not supplied

nextPagestring

The next page cursor, taken from the response header: elements-next-page-token

fieldsstring

The fields to return on the response. Can be a single field or a comma-separated list of fields

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Response

OK - Everything worked as expected