Skip to content
AI Security
Search
K
Main Navigation
App
Appearance
Menu
Return to top
Get event.
GET
/backend/v1/audit/{eventId}
Retrieves a event by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
eventId
*
Type
string
Required
Format
"uuid"
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"event"
:
{
"agentSessionId"
:
"string"
,
"createdAt"
:
"string"
,
"data"
:
null
,
"id"
:
"string"
,
"requestId"
:
"string"
,
"type"
:
"agent-session-created"
,
"user"
:
{
"admin"
:
true
,
"blocked"
:
false
,
"createdAt"
:
"string"
,
"email"
:
"string"
,
"id"
:
"string"
,
"lastInvitationSentAt"
:
"string"
,
"machine"
:
false
,
"name"
:
"string"
,
"org"
:
"string"
,
"permissions"
:
[
[
]
]
,
"roleIds"
:
[
[
]
]
,
"roles"
:
[
[
]
]
,
"social"
:
false
,
"teams"
:
[
[
]
]
,
"verified"
:
true
}
}
}
GET
/backend/v1/audit/{eventId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
eventId
*
Try it out
Samples
Powered by
VitePress OpenAPI