---
title: "Update agent insights issue status"
method: PATCH
path: "/v1/private/agent-insights/issues/{issue_id}"
tags: ["Agent Insights"]
---

# Update agent insights issue status

`PATCH /v1/private/agent-insights/issues/{issue_id}`

Moves an issue through its lifecycle: open, resolved or closed

## Path parameters

- `issue_id` string, uuid, required

## Request body

- AgentInsightsIssueUpdate
  - `project_id` string, uuid, required
  - `status` 'open' | 'resolved' | 'closed', required

## Response `204`

Issue updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-06-17** `cc3d16e25f83` — 1 info
  - endpoint added
- **2026-05-04** `d606e84c75e4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/agent-insights/issues/:issue_id/patch.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/1a1bcfd67f99/schema)
