Get a list of audit logs
https://{tenant_id}.hanko.io/admin
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Query Parameters
The page which should be returned
The number of returned items
Date and time from which the logs are included
Date and time to which the logs are included
Only audit logs with the specified user_id are included
Only audit logs with the specified email are included
Only audit logs with the specified ip address are included
Only audit logs are included when the search string matches values in meta_source_ip or actor_user_id or actor_email
Only audit logs with the specified type are included
user_created
, password_set_succeeded
, password_set_failed
, password_login_succeeded
, password_login_failed
, passcode_login_init_succeeded
, passcode_login_init_failed
, passcode_login_final_succeeded
, passcode_login_final_failed
, webauthn_registration_init_succeeded
, webauthn_registration_init_failed
, webauthn_registration_final_succeeded
, webauthn_registration_final_failed
, webauthn_authentication_init_succeeded
, webauthn_authentication_init_failed
, webauthn_authentication_final_succeeded
, webauthn_authentication_final_failed
, thirdparty_signup_succeeded
, thirdparty_signin_succeeded
Response
The ID of the audit log
The type of the audit log
user_created
, password_set_succeeded
, password_set_failed
, password_login_succeeded
, password_login_failed
, passcode_login_init_succeeded
, passcode_login_init_failed
, passcode_login_final_succeeded
, passcode_login_final_failed
, webauthn_registration_init_succeeded
, webauthn_registration_init_failed
, webauthn_registration_final_succeeded
, webauthn_registration_final_failed
, webauthn_authentication_init_succeeded
, webauthn_authentication_init_failed
, webauthn_authentication_final_succeeded
, webauthn_authentication_final_failed
, thirdparty_signup_succeeded
, thirdparty_signin_succeeded
A more detailed message why something failed
The ID of the corresponding http request
The IP from where the http request came from
The user agent from where the http request came from
The userID from the actor
The email from the actor
Time of creation of the audit log
Was this page helpful?