---
title: "Get Turn"
method: GET
path: "/conv/trips/{trip_id}/turns/{turn_id}"
tags: ["conversational"]
---

# Get Turn

`GET /conv/trips/{trip_id}/turns/{turn_id}`

Recover a completed turn. 404 if not found or incomplete.

## Path parameters

- `trip_id` string, required
- `turn_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/4f4ea4eb6a21/schema)
