How do I get a list of all flows where the Trigger is "REST API - Asynchronous"?

Jon23
Mega Sage

I need to identify all flows configured with this trigger. I initially reviewed the sys_hub_trigger_instance table and attempted to filter by trigger type, but no relevant records were returned.

 

Are there any other recommended locations or approaches for identifying these flows?

1 ACCEPTED SOLUTION

Jon23
Mega Sage

I was able to use the sys_api_operation table to identify the flows.

 

Records where the Execution type is sys_hub_flow reference the associated flow in the Execution record field.

 

View solution in original post

1 REPLY 1

Jon23
Mega Sage

I was able to use the sys_api_operation table to identify the flows.

 

Records where the Execution type is sys_hub_flow reference the associated flow in the Execution record field.