# GET /inventory/batches

**Resource:** [INVENTORY](./inventory.md)  
**MCP tool:** `list_inventory_batches`  
**Scopes:** `products:read`  
**Write operation:** no

List inventory batches/lots. Filter by product_id or search by batch_number.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |
| `after` | query | string | no |  |
| `product_id` | query | string | no |  |
| `search` | query | string | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/inventory/batches"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`