Fetches a list of audit logs.
Query Parameters
Cursor to be used to request the next page. Mutually exclusive with previous_end_cursor.
Cursor to be used to request the previous page. Mutually exclusive with end_cursor.
Limit amount of returned records.
1 <= x <= 100Sort direction by creation time.
asc, desc Filter by the audit log ID.
Filter by log name.
Filter by the Keycloak user UUID that triggered the event.
Filter by the Keycloak user email that triggered the event.
Filter by the URL that was called.
Filter by the IP address (IPv4 or IPv6) of the caller.
"127.0.0.1"
Filter by domain.
Filter by caller.
Filter by the affected table name.
Filter by the numeric entity ID of the affected resource.
Filter by the string entity ID of the affected resource.
Filter by the event type.
created, updated, deleted, associated, disassociated, unknown Filter by association.
Filter audit logs created from the specified timestamp (inclusive).
"2000-12-01T00:00:00.000Z"
Filter audit logs created up to the specified timestamp (inclusive).
"2000-12-01T00:00:00.000Z"