---
title: "Read Saved Search"
method: GET
path: "/api/saved_searches/{id}"
tags: ["SavedSearches"]
---

# Read Saved Search

`GET /api/saved_searches/{id}`

Get a saved search by id.

## Path parameters

- `id` string, uuid, required — The saved search id

## Headers

- `x-prefect-api-version` string

## Response `200`

Successful Response

- SavedSearch — An ORM representation of saved search data. Represents a set of filter criteria.
  - `id` string, uuid
  - `created` string, date-time
  - `updated` string, date-time
  - `name` string, required — The name of the saved search.
  - `filters` SavedSearchFilter[] — The filter set for the saved search.
    - `object` string, required — The object over which to filter.
    - `property` string, required — The property of the object on which to filter.
    - `type` string, required — The type of the property.
    - `operation` string, required — The operator to apply to the object. For example, `equals`.
    - `value` unknown, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prefecthq/apis/untitled-api-2.md) · [All operations](https://skmtc.net/prefecthq/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prefecthq/untitled-api-2/revisions/29ba6c4f8837/schema)
