# GET /contacts/:contact_id/birthday-sends

**Resource:** [Contacts](./contacts.md)  
**MCP tool:** `get_contact_birthday_sends`  
**Scopes:** `contacts:read`  
**Write operation:** no

List the history of birthday messages sent to a contact.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/contacts/:contact_id/birthday-sends"   -H "Authorization: Bearer YOUR_API_KEY"
```

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