v1
latestOpenAPI 3.0.02026-08-04164892.0 KBalerting tasks executions
Get data alert task execution
Retrieves a specific execution for the specified data alerting task.
get/api/v1/data-alerts/{alertId}/executions/{executionId}
Path parameters
alertIdstring required
The alerting task identifier.
executionIdstring required
The execution identifier. If value is "latest", the latest execution will be returned
Response
The execution has been successfully returned.
Example response
{
"result": {
"alertTriggerStatus": "alertSent",
"throttlerTokensLeft": 5
},
"links": {
"self": {
"href": "http://localhost:8787/v1/items/5da5825325dc9a0dd0260af9"
}
}
}