Create Saved Search
Creates a new saved search.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Display name for the saved search.
1024"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.
4096"Timestamp, ServiceName, Body"
Row filter expression. The language is controlled by whereLanguage.
8192"SeverityText:ERROR"
Language used for the where filter.
lucene, sql "lucene"
ORDER BY expression. Empty uses the source default.
1024"Timestamp DESC"
Tags used to organize saved searches.
5032Structured pinned filters applied to the search.
100Response
Successfully created saved search
The saved search object.