---
title: "Get Analysis"
method: GET
path: "/conversations/{id}/analysis"
tags: ["conversations"]
---

# Get Analysis

`GET /conversations/{id}/analysis`

Returns an analysis of the specified conversation.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ConversationsGetAnalysisResponse200
  - `analysis` ConversationAnalysis, required
    - `id` string, required — The ID of the conversation analysis.
    - `latencies_ms` number[], required — Latencies between turns in milliseconds.
    - `interruptions_count` integer, required — Number of interruptions in the conversation.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `404` — Conversation not found
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
