---
title: "List views"
method: GET
path: "/views"
tags: ["Views"]
---

# List views

`GET /views`

List the views accessible to the authenticated token.

Required scope: `views:read`

## Query parameters

- `limit` integer
- `page_token` string

## Response `200`

Array of views

- object
  - `_pagination` object
    - `next` string, nullable — Link to next [page of results](https://dev.frontapp.com/docs/pagination)
  - `_links` object
    - `self` string — Link to resource
  - `_results` SharedViewResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `owner` string, nullable — Link to the team that owns the view
    - `id` string, required — Unique identifier of the shared view
    - `name` string, required — Name of the shared view
    - `highlight` string, nullable, required — Color highlight for the view
    - `inbox_ids` string[], required — List of inbox IDs included in the view
    - `tag_ids` string[], required — List of tag IDs to filter by
    - `not_tag_ids` string[], required — List of tag IDs to exclude
    - `no_tags` boolean, required — Whether to filter for conversations without tags
    - `assignee_ids` string[], required — List of assignee IDs to filter by
    - `not_assignee_ids` string[], required — List of assignee IDs to exclude

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
