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

# Get metadata on a single Saved View

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

Retrieve detailed information about a specific Saved View you have access to view.
Returns Saved View configuration including name, type, and creation date.

## Path parameters

- `listId` integer, required
- `viewId` integer, required

## Response `200`

OK

- SavedView — SavedView model
  - `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

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