---
title: "List Active Views"
method: GET
path: "/api/v2/views/active"
tags: ["Views"]
---

# List Active Views

`GET /api/v2/views/active`

Lists active shared and personal views available to the current user.

#### Sideloads

The following sideloads are supported:

| Name             | Will sideload
| ---------------- | -------------
| app_installation | The app installation that requires each view, if present
| permissions      | The permissions for each view

#### Pagination

- Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

#### Allowed For

* Agents

## Query parameters

- `access` string
- `group_id` integer
- `sort_by` string
- `sort_order` string

## Response `200`

Success response

- ViewsResponse
  - `count` integer
  - `next_page` string, nullable
  - `previous_page` string, nullable
  - `views` ViewObject[]
    - `active` boolean — Whether the view is active
    - `conditions` object — Describes how the view is constructed. See [Conditions reference](/documentation/ticketing/reference-guides/conditions-reference)
    - `created_at` string, date-time — The time the view was created
    - `default` boolean — If true, the view is a default view
    - `description` string — The description of the view
    - `execution` object — Describes how the view should be executed. See [Execution](#execution)
    - `id` integer — Automatically assigned when created
    - `position` integer — The position of the view
    - `restriction` object — Who may access this account. Is null when everyone in the account can access it
    - `title` string — The title of the view
    - `updated_at` string, date-time — The time the view was last updated

---

[API](https://skmtc.net/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.net/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/botbrains-io/support-api/versions/d53eac07ba68/schema)
