---
title: "Get Conversation Summary"
method: GET
path: "/field-view/conversations/{conversation_id}"
tags: ["field-view"]
---

# Get Conversation Summary

`GET /field-view/conversations/{conversation_id}`

Returns minimal conversation context for the field view SPA.
Scoped to the authenticated technician — only returns conversations they own.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- RoutersFieldViewConversationSummaryResponse
  - `conversation_id` string, required
  - `customer_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/db50150bcca5?raw)
