GET
/
api
/
saved_searches
/
{id}

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The saved search id

Response

200 - application/json

An ORM representation of saved search data. Represents a set of filter criteria.

id
string
created
string | null
updated
string | null
name
string
required

The name of the saved search.

filters
object[]

The filter set for the saved search.