# POST /scheduling/voice/:event_type_id/slots

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

AI voice agent — get available slots for an event type.

## Parameters

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

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/scheduling/voice/:event_type_id/slots"   -H "Authorization: Bearer YOUR_API_KEY"
```

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