# GET /our-company/dispatcher-config

**Resource:** [Company](./company.md)  
**MCP tool:** `get_dispatcher_config`  
**Scopes:** `company:read`  
**Write operation:** no

Get the workspace dispatcher settings — retry policy, pacing/concurrency, and the business-hours CALLING WINDOWS used for scheduled sends and the AI dialler. business_hours.windows is keyed by day (mon…sun); each day is a list of ["HH:MM","HH:MM"] ranges. A null/empty config means the workspace is on the platform defaults (Mon–Fri 09:00–17:00, per-lead timezone). Configured in the UI at https://app.trustpager.com/settings/inbox (Dispatcher).

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/our-company/dispatcher-config"   -H "Authorization: Bearer YOUR_API_KEY"
```

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