Auth0.Management.Logs (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management API of Logs.

endpoint

  • /api/v2/logs
  • /api/v2/logs/{id}

Link to this section Summary

Functions

Get a log event by id.

Search log events.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

error() :: {:error, integer(), term()} | {:error, term()}

Specs

id() :: String.t()

Specs

response_body() :: String.t()

Link to this section Functions

Specs

get(id(), config()) :: {:ok, Auth0.Entity.Log.t(), response_body()} | error()

Get a log event by id.

see

https://auth0.com/docs/api/management/v2/#!/Logs/get_logs_by_id

Specs

Search log events.

see

https://auth0.com/docs/api/management/v2/#!/Logs/get_logs