---
title: "List Unmatched Replies"
method: GET
path: "/api/v1/admin/agent/unmatched"
tags: ["admin-unmatched-replies"]
---

# List Unmatched Replies

`GET /api/v1/admin/agent/unmatched`

List supplier replies the inbound webhook couldn't route.

Returns only rows still awaiting reassignment (``reassigned_at IS
NULL``), ordered newest-first by ``received_at``.

## Response `200`

Successful Response

- UnmatchedReplyRead[]
  - `id` string, uuid, required
  - `gmail_message_id` string, required
  - `gmail_thread_id` string, required
  - `from_email` string, required
  - `subject` string, required
  - `snippet` string, required
  - `received_at` string, date-time, required
  - `reason` string, required
  - `reassigned_at` string, date-time, nullable, required
  - `reassigned_to_project_id` string, uuid, nullable, required
  - `reassigned_by` string, uuid, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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