---
title: "Get a channel"
canonical: https://docs.mentio.dev/api/alerts/get-channel
markdown: https://docs.mentio.dev/api/alerts/get-channel.mdx
---

# Get a channel

`GET /v1/channels/{id}`

## Parameters

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

## Responses

- 200: The channel
- 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
