Skip to content

List Events

GET
/audit/events

The tenant’s audit events, newest first. correlation_id narrows to one workflow’s thread (e.g. every event of one deployment); action narrows to one event type.

tenant_id
required
Tenant Id
string format: uuid
correlation_id
Any of:
string format: uuid
action
Any of:
string
limit
Limit
integer
default: 200 >= 1 <= 500
st_session
Any of:
string

Successful Response

Response List Events Audit Events Get
Array<object>
AuditEventRecord
object
action
required
Action
string
actor
required
Actor
string
correlation_id
required
Correlation Id
string format: uuid
detail
required
Detail
object
key
additional properties
any
id
required
Id
string format: uuid
occurred_at
required
Occurred At
string format: date-time
target
required
Target
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string