GET v1/batches/{batch_id}/errors
Summary: Get Batch Errors
Operation ID: list_batch_errors
Auth: unknown
Operation ID: list_batch_errors
Auth: unknown
Description
Error handling in batches are handled differently than in a single synchronous request. You must retrieve the status of your batch by [getting a batch](https://www.shipengine.com/docs/reference/get-batch-by-id/) and getting an overview of the statuses or you can list errors directly here below to get detailed information about the errors.
Parameters (3)
batch_id
(?, path, required)
Batch ID
page
(integer, query, optional, default: 1)
Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.
Constraints: {'minimum': 1}
pagesize
(integer, query, optional)
Constraints: {'minimum': 1}
No probe data for this endpoint yet.