Audits API
Audit records describe historical changes to records in Aha! and are created automatically when a record is created, updated, or deleted. Audits are immutable and cannot be modified or deleted.
Audits are stored not only for first-class objects such as Features or Release, but also for secondary objects attached to those records such as custom field values, equation field values, descriptions, and record links.
Audit records are only available for the last 12 calendar months. After that, they must be accessed using the Historical Audits endpoint.
The performance of the Audits API can be improved by judicious use of the created_since
and created_before
parameters. Since this is high-volume timeseries data, these parameters should be used when attempting to scan through record activity, and the after_id
parameter should be used in lieu of pagination.
Select an API endpoint from the navigation to learn more.