# GET /report-dashboards/:dashboard_id/acl

**Resource:** [Reports](./reports.md)  
**MCP tool:** `list_report_dashboard_acl`  
**Scopes:** `opportunities:read`  
**Write operation:** no

List dashboard ACL grants.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `dashboard_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/report-dashboards/:dashboard_id/acl"   -H "Authorization: Bearer YOUR_API_KEY"
```

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