---
title: "Get a ExportEntity"
method: GET
path: "/apps/{appId}/exports/{id}"
tags: ["Exports"]
---

# Get a ExportEntity

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

## Path parameters

- `appId` integer, required
- `id` integer, required

## Query parameters

- `with_trashed` boolean

## 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

- `400` — Bad request
- `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)
