latestOpenAPI 3.0.32026-08-19299284712.8 KB
67d9f45bb99b
Audit Trail
Audit Trail Events
Generates a list of audit trail events similar to what is seen on the Cube portal. These events include data imports from source systems, any data published to Cube from spreadsheets, and when source system dimensions are re-synced.
get/governance/audit-trail
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
Audit Trail Events
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}