Skip to main content
POST
/
v2
/
AuditGetEvent
Get specific audit event
curl --request POST \
  --url http://localhost:3000/v2/AuditGetEvent \
  --header 'Content-Type: application/json' \
  --header 'X-Bunker-Token: <api-key>' \
  --data '
{
  "auditeventuuid": "<string>",
  "request_metadata": {}
}
'
{
  "status": "ok",
  "eventtype": "<string>",
  "timestamp": "<string>",
  "details": {}
}

Authorizations

X-Bunker-Token
string
header
required

API token for authentication

Body

application/json
auditeventuuid
string
required

UUID of the audit event

request_metadata
object

Additional metadata for the request

Response

200 - application/json

Audit event retrieved successfully

status
string
Example:

"ok"

eventtype
string

Type of the audit event

timestamp
string

Timestamp of the event

details
object

Detailed information about the event