---
title: "Get the customer-readable trace for a v2 conversation"
method: GET
path: "/v1/v2/conversations/{conversation_id}/trace"
tags: ["runtime v2"]
---

# Get the customer-readable trace for a v2 conversation

`GET /v1/v2/conversations/{conversation_id}/trace`

## Path parameters

- `conversation_id` string, uuid, required

## Query parameters

- `turn_id` string, uuid, nullable
- `cursor` string, nullable
- `limit` integer
- `category` 'product' | 'engineering' | 'all'

## Response `200`

Successful Response

- SessionTraceResponse — Envelope returned by both trace read endpoints.
  - `steps` TraceStep[], required
    - `kind` string, required
    - `actor` 'Customer' | 'Agent' | 'System', required
    - `title` string, required
    - `summary` string, nullable
    - `status` 'Succeeded' | 'Failed' | 'Skipped' | 'In Progress', required
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, nullable
    - `duration_ms` integer, nullable
    - `turn_id` string, nullable
    - `details` object
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
