# NOT RUN {
# This example gets the operations that have a STATUS of either PENDING or
# SUCCESS.
svc$list_operations(
Filters = list(
list(
Condition = "IN",
Name = "STATUS",
Values = list(
"PENDING",
"SUCCESS"
)
)
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab