# Events

Up to 9 days of trackable changes ("events") for an account can be accessed via the Subscribed Events API.
For a list of all the event types tracked by Subscribed Events, please see the [Knowledge Base](https://mavenlink.zendesk.com/hc/en-us/articles/4407962435227).
Note that only Account Administrators can access Subscribed Events.

Some actions performed in Kantata OX can generate multiple events. For instance, approving an Expense Report will generate `expense_report:updated` and `expense:updated` events. Note that events for the same action are not guaranteed to appear in the exact order the changes were completed.

Also note that although we try to create events within a few minutes of an action being performed, events may take some time to appear.

Additionally, events may sometimes be duplicated. Your application should handle duplicate events appropriately.

## Fetching a list of Subscribed Events

 - [GET /subscribed_events](https://developer.kantata.com/kantata/specification/events/get-subscribed-events.md): Returns up to 9 days of records for all event types,
unless filter parameters have been applied.

Only records associated with the requester's Kantata OX account are returned.


This endpoint returns structured Subscribed Event objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the subscribed_events top-level JSON key.
Please see our Response Format section for more information.

