# GET /auto-responders/:id

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

Fetch a single auto-responder config by id.

## Parameters

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

## Request example

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

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