---
title: "List of reports"
method: GET
path: "/reports"
tags: ["Reports"]
---

# List of reports

`GET /reports`

Returns all the general available reports for a customer.

## Query parameters

- `customer_id` string — the `id` of the [customer](#customers) for which the report(s) has been requested
- `from_id` string — the `id` of the report which the list starts with

## Response `200`

OK

- ReportsResponse
  - `data` BasicReport[]
    - `id` string, required — the `id` of the general report generated based on the customer's data
    - `customer_id` string, required — the `id` of the [customer](#customers) for which the report has been requested
    - `customer_identifier` string, required — unique [customer](#customers) identifier
    - `status` 'initialized' | 'calculating' | 'success' | 'failed', required — current report's status.
    - `connection_ids` string[], required — `ids` of [connections](#connections) included in the report <strong>Note:</strong> We do not include the duplicated accounts in the report's calculation. If any connection is not included in the report, that means that this connection contains only duplicated account data. Also the connection will not be included in the report, if there are no successful attempts to fetch the data for this connection.
    - `include_account_natures` string[] — Accounts with specified [account natures](#accounts-nature) are included in the report. Possible values are: `account`, `bonus`, `card`, `checking`, `credit`, `credit_card`, `debit_card`, `ewallet`, `insurance`, `investment`, `loan`, `mortgage`, `savings`

## Other responses

- `404` — The API key used in the request does not belong to a client
- `406` — The client has been disabled. You can find out more about the disabled status on [Disabled](<%= general_link('disabled') %>) guides page

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
