# GET /auto-responders

**Resource:** [Auto Responders](./auto-responders.md)  
**MCP tool:** `list_auto_responders`  
**Scopes:** `agent-ops:read`  
**Write operation:** no

List per-identity AI auto-responder configs for the workspace (email/SMS reply automation). Optional filters: channel (sms|email), enabled (true|false).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `channel` | query | string | no |  |
| `enabled` | query | boolean | no |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/auto-responders"   -H "Authorization: Bearer YOUR_API_KEY"
```

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