latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Audit Trail

Audit trail event groups

Returns audit trail entries grouped by publish batch (shared OlapCubeChange.batch_id) or as single-event groups when there is no batch. Pagination counts groups, not individual events. Each event includes metadata (raw audit payload) in addition to the standard list row shape.

get/governance/audit-trail/groups

Query parameters

event_typeinteger[]

A list of IDs of the event types to limit the events to.

limitinteger

The limit to be used for pagination to define how many results per "page"

pageinteger

The offset (page) to be used for pagination

user_idinteger[]

A list of IDs of the users to limit the returned events to.

Headers

X-Company-IDstring required

Associates request with company

Response

Paginated list of event groups

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}