---
title: "Listar Lotes"
method: GET
path: "/api/v2/batches"
tags: ["E-mails em Lote"]
---

# Listar Lotes

`GET /api/v2/batches`

Lista os lotes de forma paginada. Token de **usuario** retorna os proprios lotes; token de **cliente** retorna os lotes de todos os usuarios do cliente.

**Query params:**
- `page` (default 1)
- `limit` (default 20, max 100)
- `status` (opcional) - filtra por status do lote: `pending`, `processing`, `completed`, `canceled`.
- `start_date` / `end_date` (opcional) - Unix timestamp.

## Query parameters

- `page` integer
- `limit` integer
- `status` string
- `start_date` string
- `end_date` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/bry/apis/bry-easy-sign-api-rest.md) · [All operations](https://skmtc.net/bry/apis/bry-easy-sign-api-rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bry/bry-easy-sign-api-rest/revisions/c87e026e87ac/schema)
