---
title: "Review and close an investigation"
method: PUT
path: "/investigations/{investigation_token}/review"
tags: ["Investigations"]
---

# Review and close an investigation

`PUT /investigations/{investigation_token}/review`

Reviews an investigation and closes it.

## Request body

- object
  - `reason` string, required
  - `outcome` string, required
  - `note` string

## Response `200`

Success

- object
  - `error` object, nullable

## Other responses

- `400` — Missing required fields
- `404` — Investigation Not Found

---

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