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

# List saved views

`GET /views`

Lists all shared saved view configurations visible to the caller, ordered by creation time.

## Query parameters

- `remoteNode` string

## Response `200`

List of views

- ViewListResponse
  - `views` View[], required
    - `id` string, required
    - `name` string, required
    - `type` string, required
    - `workspace` string
    - `labels` string[]
    - `dagName` string
    - `intervalDays` integer, required
    - `columns` ViewColumn[] — Visible status columns in left-to-right display order.
    - `pinned` boolean
    - `workspaceScope` 'all' | 'default' | 'workspace' — Workflows page workspace selection represented by the view.
    - `sortField` 'name' | 'nextRun' — Field used to sort workflows.
    - `sortOrder` 'asc' | 'desc' — Direction used to sort workflows.
    - `activeOnly` boolean — Whether the view only includes scheduled, unsuspended workflows.
    - `isDefault` boolean
    - `createdBy` string — Username of the creator, for display only.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Not authenticated
- `default` — Generic error response

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
