---
title: "List views"
description: "The saved views of the workspace, oldest first. A view is a named filter over mentions: pass its id as `viewId` to GET /v1/mentions or the export to read exactly what it selects."
canonical: https://docs.mentio.dev/api/views/list-views
markdown: https://docs.mentio.dev/api/views/list-views.mdx
---

# List views

`GET /v1/views`

The saved views of the workspace, oldest first. A view is a named filter over mentions: pass its id as `viewId` to GET /v1/mentions or the export to read exactly what it selects.

## Responses

- 200: Saved views
- 401: Missing or invalid API key

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