# GET /companies/:company_id/contacts

**Resource:** [Companies](./companies.md)  
**MCP tool:** `get_company_contacts`  
**Scopes:** `companies:read`, `contacts:read`  
**Write operation:** no

List all contacts linked to a company.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/companies/:company_id/contacts"   -H "Authorization: Bearer YOUR_API_KEY"
```

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