# GET /inventory/movements

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

List inventory stock movements (the ledger). Filter by product_id, batch_id, or reference.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `limit` | query | number | no |  |
| `after` | query | string | no |  |
| `product_id` | query | string | no |  |
| `batch_id` | query | string | no |  |
| `reference_type` | query | string | no |  |
| `reference_id` | query | string | no |  |

## Request example

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

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