---
title: "Get Group Saved Views"
method: GET
path: "/api/v1/group-saved-views"
tags: ["Basics"]
---

# Get Group Saved Views

`GET /api/v1/group-saved-views`

Returns all group-level saved views (filter presets) for the websites in a group. Group saved views capture filter state shared across the group rather than scoped to a single website.

## Query parameters

- `group_id` string, uuid, required

## Response `200`

Successful response with list of group saved views

- object
  - `group_saved_views` GroupSavedView[], required
    - `id` string, required — Unique identifier for the group saved view
    - `name` string, required — Display name of the saved view
    - `icon` string, required — Icon identifier (defaults to RiBarChartLine)
    - `website_id` string, uuid, required — The website this saved view was authored from
    - `group_id` string, uuid, nullable, required — The group this saved view belongs to
    - `user_id` string, nullable, required — The user who created the saved view
    - `filters` object, required — Group-scoped filter preset payload (models, prompt type, prompt status, variation, website ids, group prompt ids, locations, personas, prompt tags, target identifiers).
    - `created_at` string, date-time, required — Timestamp when the group saved view was created (UTC)
    - `updated_at` string, date-time — Timestamp when the group saved view was last updated (UTC). Optional.
    - `created_by` object, nullable, required — User who created the saved view
      - `id` string, required
      - `email` string, email, required
      - `first_name` string, nullable, required
      - `last_name` string, nullable, required
      - `display_name` string, required

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `500` — Internal server error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/versions/6c5d71622cb9/schema)
