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