v1

latestOpenAPI 3.0.02026-08-04164892.0 KB
alerting 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.

idstring

Gets the execution identifier.

alertIdstring

ID for the alerting task that this execution references

ownerIdstring

The owner that this execution belongs to

measuresstring[]

Measures applied in the condition

tenantIdstring

The tenant that this execution belongs to

accessMode'SOURCE_ACCESS' | 'TARGET_ACCESS'
bookmarkIdstring

Id of the bookmark associated with an alert

dimensionsstring[]

Dimensions applied in the condition

workflowIdstring

ID for the workflow, coming from eventing service

conditionIdstring

Id of the condition the alert is associated with

triggerTimestring

Timestamp of execution start

evaluationIdstring

Id of the evaluation for the condition

executionType'INDIVIDUAL' | 'SHARED'
conditionStatus'FINISHED' | 'FAILED'
executionEvaluationStatus'CONDITION_MET' | 'CONDITION_NOT_MET' | 'FAILED'

Example response

{
  "result": {
    "alertTriggerStatus": "alertSent",
    "throttlerTokensLeft": 5
  },
  "links": {
    "self": {
      "href": "http://localhost:8787/v1/items/5da5825325dc9a0dd0260af9"
    }
  }
}