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
Link to this section Types
Specs
config() :: Auth0.Config.t()
Specs
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
list(Auth0.Management.Logs.List.Params.t() | map(), config()) :: {:ok, Auth0.Entity.Logs.t(), response_body()} | error()
Search log events.
see
https://auth0.com/docs/api/management/v2/#!/Logs/get_logs