SavedSearches
Read Saved Searches
Query for saved searches.
POST
/
api
/
saved_searches
/
filter
Headers
x-prefect-api-version
string
Body
application/json
offset
integer
default: 0limit
integer
Defaults to PREFECT_API_DEFAULT_LIMIT if not provided.
Response
200 - application/json
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?