---
title: "GET /api/v1/users/{user}/views/{view}"
method: GET
path: "/api/v1/users/{user}/views/{view}"
tags: ["MemoViewService"]
---

# GET /api/v1/users/{user}/views/{view}

`GET /api/v1/users/{user}/views/{view}`

GetMemoView gets a memo view by name.

## Path parameters

- `user` string, required
- `view` string, required

## Response `200`

OK

- MemoView
  - `name` string — The resource name of the memo view. Format: users/{user}/views/{view}
  - `title` string, required — The title of the memo view.
  - `filter` string, required — The CEL filter expression for the memo view, using the same grammar as the ListMemos `filter` argument. Reuse it by passing this value to ListMemos.

## Other responses

- `default` — Default error response

---

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