---
title: "Get a list of batches with paging and filtering"
method: GET
path: "/batch"
tags: ["batch"]
---

# Get a list of batches with paging and filtering

`GET /batch`

By default, this operation returns only batches with `closed=false`. To control this
behavior, use the `closed` query parameter.

## Query parameters

- `closed` boolean
- `page` integer
- `limit` integer

## Response `200`

An array of Batch objects

---

[API](https://skmtc.net/dvidshub/apis/dvids-content-submission-api.md) · [All operations](https://skmtc.net/dvidshub/apis/dvids-content-submission-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dvidshub/dvids-content-submission-api/revisions/921b385ab6b9/schema)
