View Source Auth0.Management.Logs (Auth0Api v2.2.0)

Summary

Functions

Retrieve an individual log event.

Retrieve log entries that match the specified search criteria (or all log entries if no criteria specified).

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}
@type id() :: String.t()

Functions

@spec get(id(), config()) :: {:ok, map()} | error()

Retrieve an individual log event.

see

https://auth0.com/docs/api/management/v2/logs/get-logs-by-id

@spec list(map(), config()) :: {:ok, [map()] | map()} | error()

Retrieve log entries that match the specified search criteria (or all log entries if no criteria specified).

see

https://auth0.com/docs/api/management/v2/logs/get-logs