---
title: "List Views"
method: GET
path: "/api/v3/views"
tags: ["Views"]
---

# List Views

`GET /api/v3/views`

List the authenticated user's saved views, optionally scoped by type/resource.

## Query parameters

- `view_type` 'accounts' | 'rfp_search' | 'grant_search' | 'automation_results'
- `resource_id` string, uuid, nullable

## Response `200`

Successful Response

- ViewResponse[]
  - `id` string, uuid, required
  - `owner_id` string, required
  - `view_type` 'accounts' | 'rfp_search' | 'grant_search' | 'automation_results', required
  - `resource_id` string, uuid, nullable, required
  - `name` string, required
  - `filters` object, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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