---
title: "Get view"
method: GET
path: "/views/{view_id}"
tags: ["Views"]
---

# Get view

`GET /views/{view_id}`

Fetch a view.

Required scope: `views:read`

## Path parameters

- `view_id` string, required

## Response `200`

A view

- 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)
