# GET /inventory/locations

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

List inventory locations (warehouses / stockrooms) in the workspace.

## Parameters

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

## Request example

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

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