SavedSearches
Create Saved Search
Gracefully creates a new saved search from the provided schema.
If a saved search with the same name already exists, the saved search’s fields are replaced.
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
requiredThe 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.
id
string
created
string | null
updated
string | null
name
string
requiredThe name of the saved search.
filters
object[]
The filter set for the saved search.
Was this page helpful?