---
title: "List ExportEntity"
method: GET
path: "/apps/{appId}/exports/months"
tags: ["Exports"]
---

# List ExportEntity

`GET /apps/{appId}/exports/months`

## Path parameters

- `appId` integer, required

## Response `200`

Success

- ExportEntity[]
  - `id` integer
  - `period_start` string, date-time
  - `period_end` string, date-time
  - `entries_count` integer
  - `total_debit` integer
  - `total_credit` integer
  - `status` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/sinao/apis/sinao-api.md) · [All operations](https://skmtc.net/sinao/apis/sinao-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinao/sinao-api/revisions/436b47b78bf4/schema)
