---
title: "Mark AI agent conversation as reviewed"
method: POST
path: "/ai/agent-dashboard/agent-conversation/reviewed"
tags: ["AI Agent"]
---

# Mark AI agent conversation as reviewed

`POST /ai/agent-dashboard/agent-conversation/reviewed`

## Request body

- object
  - `callId` integer, required

## Response `200`

Agent conversation marked as reviewed

- object
  - `data` AgentConversationResource
    - `agentId` integer, nullable
    - `agentName` string, nullable
    - `reviewed` boolean
    - `wasContained` boolean
    - `contactInfoMismatch` boolean

## Other responses

- `404` — Conversation not found

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
