---
title: "List deliveries to a channel"
canonical: https://docs.mentio.dev/api/alerts/list-channel-deliveries
markdown: https://docs.mentio.dev/api/alerts/list-channel-deliveries.mdx
---

# List deliveries to a channel

`GET /v1/channels/{id}/deliveries`

## Parameters

- `id` (path, required): Channel id (dest_...).
- `limit` (query):

## Responses

- 200: What the channel received, newest first: instant mentions and digest runs, with status and last error
- 401: Missing or invalid API key
- 404: Channel not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
