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

# List archived insights

`GET /api/v1/insights/archived`

Lists all archived insights for the user. An insight is archived when a user takes action on it.

## Response `200`

Returns `200 Ok` for a successful operation.

- ArchivedInsightDTO[]
  - `data` InsightDataDTO
    - `properties` object
  - `dateArchived` string, date-time — The epoch timestamp in milliseconds in UTC when the insight was archived.
  - `dateInsightCreated` string, date-time — The epoch timestamp in milliseconds in UTC when the insight was created.
  - `description` string — The description of the archived insight.
  - `id` string — The ID of the archived insight. This is the same ID as for the corresponding insight, before it has been archived.
  - `insightType` string — The type of the archived insight.
  - `title` string — The title of the archived insight.
  - `userId` string, required — The ID of the user that the archived insight belongs to.

## Other responses

- `500` — Returns `500 Internal Server Error` for any unexpected error that occurs when trying to fetch archived 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)
