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.
Query parameters
Only include events with created_at greater than or equal to this ISO-8601 datetime.
Only include events with created_at less than or equal to this ISO-8601 datetime.
A list of IDs of the event types to limit the events to.
The limit to be used for pagination to define how many results per "page"
The offset (page) to be used for pagination
Only include events with created_at strictly after this ISO-8601 datetime (exclusive). Unlike created_gte, events at exactly this timestamp are omitted.
A list of IDs of the users to limit the returned events to.
Headers
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"
}