Get Alert Definition
Get a single alert definition by ID.
Authorizations
Use Tuner API key (tr_api_...) or user session token. Find your API key in Workspace Settings > API Keys.
Path Parameters
Tuner's internal numeric ID for the agent.
Workspace ID. Find this in Workspace > General Settings.
Response
Successful Response
Response schema for an alert definition.
Tuner's ID for this alert definition.
4
Agent this alert belongs to.
17
Display name, used in notifications.
"High red-flag rate"
Severity label included in notifications.
"warning"
active when the alert can fire, paused when it can't.
"active"
Rolling window in milliseconds. 300000 is five minutes.
300000
Minimum time in milliseconds before this alert can fire again.
900000
Email addresses notified when the alert fires.
Where notifications are sent.
Condition a call must match to count toward the threshold.
When the alert was created.
"2026-07-14T09:22:31Z"
When the alert was last updated.
"2026-07-20T11:40:08Z"
Note explaining what this alert watches for.
count fires on an absolute number of matching calls, percentage on a share of the calls evaluated in the window.
"percentage"
Matching calls needed to fire. Set in count mode.
Share of evaluated calls needed to fire. Set in percentage mode.
20
Minimum matching calls before the percentage is applied. Set in percentage mode.
10
When this alert last fired. Null if it never has.
"2026-07-31T14:05:12Z"
User who created the alert.
User who last updated it.