List Batches
The list batches call will return a response with an array of batches that meet your request parameters. Each batch in the response array will include batch properties like status, errors, and URLs to download the resources associated with the batch (labes, forms, etc).
Since there's potential for there to be a large number of batches, you can filter the results with query parameters.
Query Parameter | Description |
---|---|
status | enumerated string open , queued , completed , processing , archived , invalid , completed_with_errors |
page | integer, defaults to 1 |
page_size | integer, defaults to 100 |
sort_dir | asc or desc |
sort_by | ship_date , processed_at |
Example Request & Response
GET /v1/batches
Response