get
https://example.com/api/web/custom-endpoint-logs//async-result.
api/web/custom-endpoint-logs/{LogId}/async-result.{format}
This endpoint is part of the asynchronous pattern. Its purpose is to retrieve results from asynchronous execution requests.
If the execution is still running, the request returns a '202 Accepted' response. Otherwise the request returns a '200 Success' and the results in the body.
More informations can be found in the response headers (Location, OmniFi-Result, OmniFi-Error)