Skip to main content
PUT
Create Saved Search

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
SavedSearchFilter · object[]

The filter set for the saved search.

Response

Successful Response

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

id
string<uuid>
required
created
string<date-time> | null
required
updated
string<date-time> | null
required
name
string
required

The name of the saved search.

filters
SavedSearchFilter · object[]

The filter set for the saved search.