---
title: "Show statement"
method: GET
path: "/v2/statements/{id}"
tags: ["Statements"]
---

# Show statement

`GET /v2/statements/{id}`

OAuth scope: `organization.read`

---
Retrieves a single statement.

## Headers

- `X-Qonto-Staging-Token` string

## Response `200`

Returns the statement.

- object
  - `statement` Statement
    - `id` string, required — Unique identifier of the statement.
    - `bank_account_id` string, required — Unique identifier of the bank account associated to the statement.
    - `period` string, required — Month of the statement with the `MM-YYYY` format.
    - `file` object, required
      - `file_name` string, required — Name of the statement file
      - `file_content_type` string, required — Type of the statement file
      - `file_size` string, required — Size of the statement file
      - `file_url` string, required — Link to downlaod the statement file. **The url expires after 30 minutes**.

## Other responses

- `404` — Returns a not found error.

---

[API](https://skmtc.net/hiit-consulting-fr/apis/qonto.md) · [All operations](https://skmtc.net/hiit-consulting-fr/apis/qonto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiit-consulting-fr/qonto/versions/25208d6f9deb/schema)
