---
title: "List Savings Goals"
method: GET
path: "/api/v1/savings-goals"
tags: ["Finance Management.Savings Goals", "ENTERPRISE"]
---

# List Savings Goals

`GET /api/v1/savings-goals`

List the user's Savings Goals.

## Query parameters

- `page_size` integer
- `page_token` string
- `status_in` string[]
- `account_in` string[]

## Response `200`

The list Savings Goals.

- ListSavingsGoalsResponse
  - `nextPageToken` string — Next page token to be used for pagination, use it with the next request parameter <code>page_token</code> to request the next page of the list.
  - `savingsGoals` Finance20ManagementSavings20Goals20Response[] — unresolved $ref

## Other responses

- `401` — If the user is not authorized.

---

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