The alerting task identifier.
an object with query parameters
OptionalconditionId?: stringFilter by condition id related to the executions.
OptionalconditionStatus?: "FAILED" | "FINISHED" | "ALL"Filter by whether the alerting task execution status is FINISHED or FAILED.
OptionaldaysOfMonth?: number[]Specifies required days of the month that the execution was created in
OptionaldaysOfWeek?: (Specifies a filter for custom handled periods of time in which the executions were handled
Optionalfields?: (Specifies specific properties to be populated
OptionalincludeEvaluation?: booleanSpecifies whether to include evaluation details
OptionallastEachDay?: booleanSpecifies whether to only show the last execution in each day
Optionallimit?: numberLimit the returned result set
OptionalminimumGapDays?: numberSpecifies the number of days required between each entry. This should require a sort by triggertime
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for pagination - how many elements to skip
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
OptionalsearchResultsLimit?: numberSpecifies a limit number for the search query, affects total count and is not related to pagination
Optionalsince?: stringSpecifies a date that executions should have been created after. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optionalsort?: ("triggertime" | "-triggertime" | "+triggertime")[]Sort the returned result set by the specified field
Optionaltimezone?: stringSpecifies a timezone the other time-based filters in this query should consider. Expecting a momentjs format, such as America/Los_Angeles
Optionaltriggered?: booleanFilter by whether the alerting task is triggered.
Optionaluntil?: stringSpecifies a date that executions should have been created before. Date in RFC3339Nano format, such as 2020-01-01T00:00:00.000Z
Optionaloptions: ApiCallOptions
Lists executions for the specified data alerting task.