Skip to content

Get security events

GET
/api/v1/admin/security/events
curl --request GET \
--url http://localhost:3001/api/v1/admin/security/events \
--header 'Authorization: <Authorization>'

Retrieve recent security and MFA events. Requires admin:view_audit_logs permission.

type
string

Filter by event type

limit
integer

Maximum number of events to return (default: 100, max: 1000)

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Forbidden

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}