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

# Get a view

`GET /v1/views/{id}`

## Parameters

- `id` (path, required): View id (vw_...).

## Responses

- 200: The view
- 401: Missing or invalid API key
- 404: No such view in this workspace

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