an object with query parameters
OptionalappID?: stringThe app ID you would like to filter by
OptionalconditionId?: stringThe conditionId you would like to filter by
Optionallimit?: numberLimit the returned result set
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for finding a list of entities - used for pagination
OptionalownerId?: stringThe id of the owner you would like to filter by
OptionalownerName?: stringThe name of the owner you would like to filter by
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optionalrole?: ("owner" | "recipient" | "notowner")[]The role you would like to filter by
Optionalsort?: (Sort the returned result set by the specified field
Optionalstatus?: ("INVALID_RECIPIENT" | "INVALID_OWNER" | "DISABLED" | "VALID")[]The status you would like to filter by
Optionaloptions: ApiCallOptions
Retrieves all data alert tasks accessible to the user. Users assigned the
TenantAdminorAnalyticsAdminrole can view all tasks.