Get an alert rule
GET /v1/projects/{id}/alerts/{alertId}
GET
/v1/projects/{id}/alerts/{alertId}
Returns a single alert rule with its notification channel IDs.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Project UUID.
alertId
required
string format: uuid
Alert rule UUID.
Responses
Section titled “ Responses ”Alert rule details.
object
success
boolean
data
Full alert rule including timestamps and channel IDs.
object
id
string format: uuid
projectId
string format: uuid
mapId
string format: uuid
thresholdProfileId
string format: uuid
name
string
metric
string
thresholdLevel
string
failPercentage
number
evaluationDays
integer
cellSize
integer
cooldownMinutes
integer
isActive
boolean
createdAt
string format: date-time
updatedAt
string format: date-time
channelIds
Array<string>
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.
Invalid request parameters or body.
object
success
boolean
error
Human-readable error message.
string
Missing or invalid API key.
object
success
boolean
error
Human-readable error message.
string
Resource not found.
object
success
boolean
error
Human-readable error message.
string
Rate limit exceeded.
object
success
boolean
error
Human-readable error message.
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.