---
title: "Create View"
method: POST
path: "/api/v3/views"
tags: ["Views"]
---

# Create View

`POST /api/v3/views`

Create a saved view for the authenticated user.

## Request body

- ViewCreateRequest
  - `view_type` 'accounts' | 'rfp_search' | 'grant_search' | 'automation_results', required
  - `resource_id` string, uuid, nullable
  - `name` string, required
  - `filters` object

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