# GET /webhooks/outgoing/:webhook_id/logs

**Resource:** [Webhooks](./webhooks.md)  
**MCP tool:** `get_outgoing_webhook_logs`  
**Scopes:** `webhooks:read`  
**Write operation:** no

List delivery logs for an outgoing webhook.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/webhooks/outgoing/:webhook_id/logs"   -H "Authorization: Bearer YOUR_API_KEY"
```

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