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

# Get an alert

`GET /v1/alerts/{id}`

## Parameters

- `id` (path, required): Alert id (feed_...).

## Responses

- 200: The alert
- 401: Missing or invalid API key
- 404: Alert not found

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