List alert evaluation history
GET /v1/projects/{id}/alerts/history
Returns the evaluation history for all alert rules in the project,
ordered by most recent first. Use pagination via limit and offset.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project UUID.
Query Parameters
Section titled “Query Parameters ”Maximum number of events to return.
Number of events to skip for pagination.
Responses
Section titled “ Responses ”Array of alert evaluation events.
object
Record of a single alert rule evaluation.
object
Name of the alert rule at time of evaluation.
Evaluation result.
Number of cells that failed the threshold.
Total number of cells evaluated.
Actual failure percentage.
Whether a notification was sent for this evaluation.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.
Missing or invalid API key.
object
Human-readable error message.
Resource not found.
object
Human-readable error message.
Rate limit exceeded.
object
Human-readable error message.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.