# GET /scheduling/event-types

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `list_scheduled_event_types`  
**Scopes:** `scheduling:read`  
**Write operation:** no

List the workspace scheduled event types (meeting templates). Use to find event_type_id for get_available_slots and create_booking.

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/scheduling/event-types"   -H "Authorization: Bearer YOUR_API_KEY"
```

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