ClickStack: Update Saved Search
This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
ClickStack: Updates an existing saved search. This is a full replace: send the full object. Every optional field (select, where, whereLanguage, orderBy, tags, filters) is always written and falls back to its default when omitted, so omitting a field resets it rather than preserving the stored value.
ClickStack: Updates an existing saved search. This is a full replace: send the full object. Every optional field (
select, where, whereLanguage, orderBy, tags, filters) is always written and falls back to its default when omitted, so omitting a field resets it rather than preserving the stored value.Authorizations
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Path Parameters
ID of the organization that owns the service.
ID of the ClickStack service.
Saved search ID
Body
Display name for the saved search.
"Production Errors"
ID of the source to query. Must belong to the team.
"507f1f77bcf86cd799439012"
Comma-separated list of column expressions to display. Empty uses the source default.
"Timestamp, ServiceName, Body"
Row filter expression. The language is controlled by whereLanguage.
"SeverityText:ERROR"
Language used for the where filter.
lucene, sql "lucene"
ORDER BY expression. Empty uses the source default.
"Timestamp DESC"
Tags used to organize saved searches.
Structured pinned filters applied to the search.