Audit Events

Get audit events

get
Query parameters
configuration-namestringOptional

Name of the configuration

userstringOptional

User associated with the audit event

min-datestringOptional

Minimum date for the audit event query in YYYYMMDDHHMMSS format

max-datestringOptional

Maximum date for the audit event query in YYYYMMDDHHMMSS format

Responses
chevron-right
200

OK

application/json
accountstringOptional

Account is the account that the event occurred on. May be nil in the case of single-account.

actionstringOptional

Action is the action that was taken on the resource

configurationstringOptional

Configuration is the name of the configuration affected. This may be nil if there is not associated configuration.

descriptionstringOptional

Description is a readable description of the event

idstringOptional

ID is a ULID uniquely identifying this event

resourceKindall ofOptional

ResourceKind is the resource that was modified

string · enumOptionalPossible values:
resourceNamestringOptional

ResourceName is the resource name

timestampstringOptional

Timestamp is the time this event occurred

userstringOptional

User is the user that modified the resource

get
/audit-events

Download audit events in CSV format

get
Query parameters
configuration-namestringOptional

Name of the configuration

userstringOptional

User associated with the audit event

min-datestringOptional

Minimum date for the audit event query in YYYYMMDDHHMMSS format

max-datestringOptional

Maximum date for the audit event query in YYYYMMDDHHMMSS format

Responses
chevron-right
200

Returns an octet-stream of the requested CSV file

No content

get
/audit-events/download

No content

Last updated

Was this helpful?