메인 콘텐츠로 건너뛰기
POST
Error

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

본문

application/json
name
string
필수

Display name for the saved search.

Maximum string length: 1024
예시:

"Production Errors"

sourceId
string
필수

ID of the source to query. Must belong to the team.

예시:

"507f1f77bcf86cd799439012"

select
string

Comma-separated list of column expressions to display. Empty uses the source default.

Maximum string length: 4096
예시:

"Timestamp, ServiceName, Body"

where
string

Row filter expression. The language is controlled by whereLanguage.

Maximum string length: 8192
예시:

"SeverityText:ERROR"

whereLanguage
enum<string>
기본값:lucene

Language used for the where filter.

사용 가능한 옵션:
lucene,
sql
예시:

"lucene"

orderBy
string

ORDER BY expression. Empty uses the source default.

Maximum string length: 1024
예시:

"Timestamp DESC"

tags
string[]

Tags used to organize saved searches.

Maximum array length: 50
Maximum string length: 32
예시:
filters
object[]

Structured pinned filters applied to the search.

Maximum array length: 100
예시:

응답

Successfully created saved search

data
object

The saved search object.

마지막 수정일 2026년 7월 15일