DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Read Custom Endpoint Log 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.

Path Params
int32
required
≥ 1

The ID of the log to retrieve output for.

string
required
Query Params
string

Culture of formatted output data. (E.g. en-US or sv-SE)
Used to determine the data formatting of CSV output, affecting both the CSV separator and number and date formats.
(Defaults to server culture).

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json