Hello,
we have an endpoint triggering resource job, eachtime an API executes we want to maintain its summary(i.e reportURL, executionsummary).
Currently, we are using Resource Job Logs API to know the status of the running job. What happens when multiple users executes the endpoint at same instance. Since each request has unique executionId can we utilize this to differentiate the response.
Is there any Losant API wherein I pass resourceJobId, executionId to get the status of the execution or we need to build some custom implementation?