# GET /portals/:portal_id/shares

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

List the records shared into a portal.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `portal_id` | path | string | yes |  |
| `resource_type` | query | string | no |  |

## Request example

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

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