get
https://example.com/api/web/custom-endpoint-logs//result.
api/web/custom-endpoint-logs/{LogId}/result.{format}
Reads the result of an endpoint execution log in a selectable format.
This can be used to retrieve historical custom API data that is
no longer available in the API cache. Note that only successful
logs in state Finished have data that can be retrieved.
Calling this method on Failed, ongoing or Removed logs will result
in a 404 status code.
The accessible data is subject to the same permissions as the corresponding
custom endpoint.