saichary
Tera Contributor

Hello @Brian G 

Try building the endpoint so that during the initial REST API run, the query condition uses a WHERE clause with dot-walking to fetch only those projects that have associated accounts.

 

This approach will help reduce runtime, ensure you are working only with valid projects, and minimize the number of REST calls.


Please let me know if that works