---
title: "Get a mention"
description: "One mention by id, as it appears in the list: the post, its author with reach and your tags, the classification, the priority score and the triage fields. Ids belong to your organization; any other id is a 404."
canonical: https://docs.mentio.dev/api/mentions/get-mention
markdown: https://docs.mentio.dev/api/mentions/get-mention.mdx
---

# Get a mention

`GET /v1/mentions/{id}`

One mention by id, as it appears in the list: the post, its author with reach and your tags, the classification, the priority score and the triage fields. Ids belong to your organization; any other id is a 404.

## Parameters

- `id` (path, required): Mention id (mm_...).

## Responses

- 200: The mention
- 401: Missing or invalid API key
- 404: Mention not found

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