JimmyJ
BuildShip3y ago
2 replies
Jimmy

Async API Call : check status loop

Hello , I wonder if there is node to achieve this :
I have an async api call (similar to Replicate), first when do POST request, i will get {"id", "status"}. Then i want to loop GET request to check if "status" == "Completed" , how to do so ? thank you in advance
Was this page helpful?