Returns the audit log for all accounting exports that have been done.
Returns the audit log for all exports if accounting data that have been done.<br>You must have this scope: 'logs.read'.
Query parameters
Filter the log entries by export log types.
Filter the log entries by property IDs
Filter the log entries by subject IDs (which user triggered this event)
Filter by event date and time<br />You can provide an array of string expressions which all need to apply.<br />Each expression has the form of 'OPERATION_VALUE' where VALUE needs to be of the valid format of the property type and OPERATION can be:<br />'eq' for equals<br />'neq' for not equals<br />'lt' for less than<br />'gt' for greater than<br />'lte' for less than or equals<br />'gte' for greater than or equals<br />For instance<br />'eq_5' would mean the value should equal 5<br />'lte_7' would mean the value should be less than or equal to 7
Page number to retrieve. Default: 1. If the page has no items, the API returns 204 No Content.
Items per page. Default: 500. Maximum: 500.
Response
Success.
Example response
{
"logEntries": [
{
"periodStart": "2026-09-03T11:46:09.188092+02:00",
"periodEnd": "2026-09-03T11:46:09.188092+02:00",
"type": "AggregatePairs",
"clientId": "app-apaleo",
"propertyId": "MUC",
"created": "2026-09-03T11:46:09.188092+02:00",
"subjectId": "d4f55fe0-672c-43d9-839a-7d57489475df"
}
],
"count": 2
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.