an object with query parameters
Optional
appID?: stringThe app ID you would like to filter by
Optional
conditionId?: stringThe conditionId you would like to filter by
Optional
limit?: numberLimit the returned result set
Optional
next?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optional
offset?: numberOffset for finding a list of entities - used for pagination
Optional
ownerId?: stringThe id of the owner you would like to filter by
Optional
ownerName?: stringThe name of the owner you would like to filter by
Optional
prev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optional
role?: ("owner" | "recipient" | "notowner")[]The role you would like to filter by
Optional
sort?: (Sort the returned result set by the specified field
Optional
status?: ("INVALID_RECIPIENT" | "INVALID_OWNER" | "DISABLED" | "VALID")[]The status you would like to filter by
Optional
options: ApiCallOptions
Retrieves all data alert tasks accessible to the user. Users assigned the
TenantAdmin
orAnalyticsAdmin
role can view all tasks.