# GET /lead-gen/initiatives/:initiative_id/enrolments

**Resource:** [Lead Gen Initiatives](./lead-gen-initiatives.md)  
**MCP tool:** `lead_gen_list_initiative_enrolments`  
**Scopes:** `lead-gen:read`  
**Write operation:** no

List enrolments for an initiative with their joined lead-gen result snapshots.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/lead-gen/initiatives/:initiative_id/enrolments"   -H "Authorization: Bearer YOUR_API_KEY"
```

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