# GET /event-schedules/:schedule_id/runs

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

List historical runs of an event schedule.

## Parameters

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

## Request example

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

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