---
title: "List insights"
method: GET
path: "/api/v1/insights"
tags: ["Finance Management.Actionable Insight", "ENTERPRISE"]
---

# List insights

`GET /api/v1/insights`

Lists all insights for the user. Listing insights will automatically apply any title and description overrides [configured using the Tink Console](https://docs.tink.com/resources/money-manager/money-manager-api/configure-actionable-insights). Trying to list insights with a [userlocale](https://docs.tink.com/api#general/user/the-user-model/userprofile) that does not yet have a insight configuration will result in the insights being filtered out and not returned. This is to prevent exposing users to insights with text written in the wrong language. You can read more about configuring insights [here](https://docs.tink.com/resources/money-manager/money-manager-api/configure-actionable-insights).

## Response `200`

Returns `200 Ok` for a successful operation.

- Finance20ManagementActionable20Insight[] — unresolved $ref

## Other responses

- `500` — Returns `500 Internal Server Error` for any unexpected error that occurs when trying to fetch insights.

---

[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)
