# GET /portals

**Resource:** [Portals](./portals.md)  
**MCP tool:** `list_portals`  
**Scopes:** `portals:read`  
**Write operation:** no

List client/partner portals in the workspace.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `type` | query | string | no | Filter by portal type: partner \| client \| doc_collection \| stakeholder. Omit for all types. |
| `status` | query | string | no | Filter by status: active \| disabled. Omit for all statuses. |

## Request example

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

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