Endpoint
GEThttps://api.graine.ai/api/v1/batches/
Returns batches with live contact-status counters per batch.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer gat_<token> |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | No | Filter by org. Defaults to token’s org |
campaign_id | string | No | Filter batches to a specific campaign |
status | string | No | Filter by batch status: pending · in_progress · paused · completed · cancelled · expired |
skip | integer | No | Offset. Default: 0 |
limit | integer | No | Page size. Default: 50 |