---
title: "Get Reported Conversation Messages"
method: GET
path: "/api/admin/reported-conversations/{report_id}/messages"
tags: ["admin"]
---

# Get Reported Conversation Messages

`GET /api/admin/reported-conversations/{report_id}/messages`

Return the messages around the report's anchor.

Includes ``window`` messages on either side of ``anchor_seq``. If
``anchor_seq`` is NULL (the OSS handler couldn't capture one when
the user reported on an empty session), returns the most recent
``window`` messages instead.

All bodies pass through PII redaction before serialization.

## Path parameters

- `report_id` integer, required

## Query parameters

- `window` integer — How many messages on either side of anchor_seq to include.

## Response `200`

Successful Response

- ReportedConversationMessageListResponse
  - `report_id` integer, required
  - `session_id` string, required
  - `user_id` string, required
  - `anchor_seq` integer, nullable, required
  - `items` ReportedConversationMessage[], required
    - `seq` integer, required
    - `direction` string, required
    - `body` string, required
    - `timestamp` string, nullable, required
    - `is_anchor` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
