---
title: "List of metadata for all standard financial statements for a user"
method: GET
path: "/standard-financial-statements"
tags: ["standard-financial-statements"]
---

# List of metadata for all standard financial statements for a user

`GET /standard-financial-statements`

Requires **standard_financial_statement:read** scope.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Standard Financial Statement Response

- object
  - `data` StandardFinancialStatementsMetadata[]
    - `createdAt` string — The timestamp at which the standard financial statement was generated
    - `requestedAt` string, nullable — The timestamp at which the standard financial statement was requested
    - `id` string, required — The standard financial statement ID
    - `status` 'pending' | 'complete' | 'failed' — Whether the standard financial statement is 'complete', 'pending' or 'failed'.
    - `statusDetails` object — Additional information about the status of the standard financial statement (if applicable)
      - `message` string — A message describing the status of the standard financial statement, e.g. an error if the standard financial statement status is 'failed'
  - `links` Links
    - `next` string, uri — The url to retrieve the next page of results from
    - `prev` string, uri — The url to retrieve the previous page of results from
    - `self` string, uri, required — The url of the current resource(s)
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

[API](https://skmtc.net/moneyhub/apis/moneyhub-data-api.md) · [All operations](https://skmtc.net/moneyhub/apis/moneyhub-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhub/moneyhub-data-api/versions/f2eb965eb9af/schema)
