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

# List saved views

`GET /views`

Lists all saved Overview view configurations, 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
    - `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

## Changes

- **2026-07-23** (v1) `75b8e91aaf57` — 6 warning
  - added the new `conflict` enum value to the `code` response property for the response status `401`
  - added the new `conflict` enum value to the `code` response property for the response status `default`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `401`
  - added the new `human_task_resume_failed` enum value to the `code` response property for the response status `default`
  - …2 more
- **2026-07-12** (v1) `fed7dff10239` — 1 info
  - added the optional property `views/items/columns` to the response with the `200` status
- **2026-06-20** (v1) `8f59259aca66` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/views/get.md)

---

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