---
title: "Returns the audit log for all accounting exports that have been done."
method: GET
path: "/logs/v1/finance/transactions-export"
tags: ["FinanceLogs"]
---

# Returns the audit log for all accounting exports that have been done.

`GET /logs/v1/finance/transactions-export`

Returns the audit log for all exports if accounting data that have been done.<br>You must have this scope: 'logs.read'.

## Query parameters

- `types` string[]
- `propertyIds` string[]
- `subjectIds` string[]
- `dateFilter` string[]
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success.

- TransactionsExportLogListModel
  - `logEntries` TransactionsExportLogItemModel[], required — List of the log entries.
    - `periodStart` string, date-time, required — Export params - period start<br />A date and time (without fractional second part) in UTC or with UTC offset as defined in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
    - `periodEnd` string, date-time, required — Export params - period end<br />A date and time (without fractional second part) in UTC or with UTC offset as defined in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
    - `type` 'Raw' | 'Aggregate' | 'AggregatePairs', required — Export params - export type
    - `clientId` string, nullable — The ID of the client that triggered this event
    - `propertyId` string, required — The ID of the property
    - `created` string, date-time, required — Date and time when the operation has been executed<br />A date and time (without fractional second part) in UTC or with UTC offset as defined in <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
    - `subjectId` string, nullable — The ID of the user that triggered this event
  - `count` integer, required — Total count of items

## Other responses

- `204` — No transactions export logs found.
- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-logs-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-logs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-logs-api/revisions/ee340f2c738c/schema)
