v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Account

Gets audit events for the account.

<b>Authorization:</b> This endpoint requires the user to be an account owner.

get/account/auditevents

Query parameters

userIdstring

Filter by user ID (encrypted)

eventTypestring

Filter by event type

httpMethodstring

Filter by HTTP method (GET, POST, PUT, DELETE, etc.)

controllerNamestring

Filter by controller name

actionNamestring

Filter by action name

startDatestring date-time

Filter events after this date (ISO 8601 format)

endDatestring date-time

Filter events before this date (ISO 8601 format)

ipAddressstring

Filter by IP address

responseCodestring

Filter by HTTP response code

limitinteger

Maximum number of items to return (default: 100)

pageinteger

Page number for pagination (0-based)

Response

Returns list of audit events

event_idinteger

The unique event identifier

timestampstring date-time

The date and time the event was recorded

event_typestring nullable

The type of event (e.g., API call, login, etc.)

user_idstring nullable

The user ID associated with the event (encrypted)

user_namestring nullable

The name of the user associated with the event

account_idstring nullable

The account ID associated with the event (encrypted)

ip_addressstring nullable

The IP address of the client

remote_ip_addressstring nullable

The remote IP address

user_agentstring nullable

The user agent string of the client

response_codestring nullable

The HTTP response code

durationstring nullable

The duration of the request

http_methodstring nullable

The HTTP method used (GET, POST, PUT, DELETE, etc.)

controller_namestring nullable

The name of the controller that handled the request

action_namestring nullable

The name of the action that was executed

app_idstring nullable

The application identifier

geo_locationstring nullable

The geographic location information