DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Read Custom Endpoint Log Result

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.

Path Params
integer
required

[Int32] The ID of the log to retrieve output for.

string
required

[String] Requested output format (csv | json | xml | bson).

Response
200

OK

Language
Credentials
Basic
base64
:
LoadingLoading…