PUT
/
api
/
saved_searches

Headers

x-prefect-api-version
string

Body

application/json

Data used by the Prefect REST API to create a saved search.

name
string
required

The name of the saved search.

filters
object[]

The filter set for the saved search.

Response

200 - application/json

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

created
string | null
required
id
string
required
name
string
required

The name of the saved search.

updated
string | null
required
filters
object[]

The filter set for the saved search.