---
title: "Get metadata on Saved Views"
method: GET
path: "/v2/lists/{listId}/saved-views"
tags: ["Lists"]
---

# Get metadata on Saved Views

`GET /v2/lists/{listId}/saved-views`

Paginate through all Saved Views you have access to view for a specific List.
Returns basic information about each Saved View, including name, type, and creation date.

## Path parameters

- `listId` integer, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

OK

- SavedViewPaged — SavedViewPaged model
  - `data` SavedView[], required — A page of SavedView results
    - `id` integer, required — The saved view's unique identifier
    - `name` string, required — The saved view's name
    - `type` 'sheet' | 'board' | 'dashboard', required — The type for this saved view
    - `createdAt` string, date-time, required — The date that the saved view was created
  - `pagination` Pagination, required
    - `prevUrl` string, uri, nullable — URL for the previous page
    - `nextUrl` string, uri, nullable — URL for the next page

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `default` — Errors

---

[API](https://skmtc.net/affinity/apis/affinity-api-v2.md) · [All operations](https://skmtc.net/affinity/apis/affinity-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinity/affinity-api-v2/revisions/4c2891c31b7f/schema)
