GET
Get one market alert

Authorizations

Authorization
string
header
required

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

Path Parameters

alert_id
string<uuid>
required

Response

Alert detail.

id
string<uuid>
required
name
string
required
enabled
boolean
required
filters
object
required

Alert filter object. resource: "messages" matches canonical message text without waiting for classification; resource: "watch_listings" matches classified market listings. Other keys reuse saved-view filters.

strategy
enum<string>
required
Available options:
market_filter,
price_engine
is_system
boolean
required
created_at_ms
integer<int64>
required
updated_at_ms
integer<int64>
required
view_id
string<uuid> | null
managed_by
string | null
created_by
string | null
updated_by
string | null