---
title: "Take action on an insight"
method: POST
path: "/api/v1/insights/action"
tags: ["Finance Management.Actionable Insight", "ENTERPRISE"]
---

# Take action on an insight

`POST /api/v1/insights/action`

Report a user action on an insight and move the insight to an archived state.

## Request body

- SelectInsightActionRequestDTO
  - `insightAction` string, required — The insight action that the user invoked for the insight.
  - `insightId` string, required — The unique identifier of an existing insight.

## Response `204`

Returns `204 No Content` for a successful operation.

## Other responses

- `400` — Returns `400 Bad Request` if any of the request parameters are incorrect or missing.
- `404` — Returns `404 Not Found` if the provided id does not correspond to an active insight.
- `500` — Returns `500 Internal Server Error` for any unexpected error that occurs when trying to take action on an insight.

---

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