However, I’m not sure what parameters are needed as the documentation is a bit scarce.
Could you please share more details about how to use this function and maybe some code examples?
Thanks
Fulei
Thank you for your question. Using the SDK API, you could use the following snippet to help you for the example of a download job that is executed through the API:
Although this method refers to a download job that I’ve created, it can do any type of Controller endpoint calculation. Inspect the dictionary to see how the data is returned.
I suggest that you add a small wait time in between the requests for checking the job status (like @mslootweg did with the sleep) , as you might hit a rate limit otherwise.