Path: / admin / realms / {realm} / events

Query events. Returns all events, or will query based on URL query parameters listed here

Path parameters:
realm - realm name (not id!)

Sub-Resources
Resources
NameDescription
configView the events provider and how it is configured.

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/events?client=…&type=…&user=…&ipAddress=…&first=…&max=…Query events.
DELETE /admin/realms/{realm}/eventsDelete all events.

Method Detail

GET /admin/realms/{realm}/events

Query events. Returns all events, or will query based on URL query parameters listed here

HTTP Example:
GET /admin/realms/{realm}/events?client=…&type=…&user=…&ipAddress=…&first=…&max=…
Output:
List<Event> -
Query parameters:
client - app or oauth client name
type - type type
user - user id
ipAddress
first
max
Produces:
application/json

DELETE /admin/realms/{realm}/events

Delete all events.

HTTP Example:
DELETE /admin/realms/{realm}/events
Output:
void