# GET /event-schedules/:schedule_id/audience-preview

**Resource:** [Auto Schedules](./auto-schedules.md)  
**MCP tool:** `preview_auto_schedule_audience`  
**Scopes:** `schedules:read`  
**Write operation:** no

Preview the rows a schedule would fire (audience, external feed, or static source) without firing.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `schedule_id` | path | string | yes |  |
| `sample` | query | number | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/event-schedules/:schedule_id/audience-preview"   -H "Authorization: Bearer YOUR_API_KEY"
```

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