v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Account

Gets a single audit event by ID.

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

get/account/auditevents/{eventId}

Path parameters

eventIdinteger required

The audit event ID

Response

Returns audit event details

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