---
title: "Resolve exact trace observations for dashboard evidence"
method: GET
path: "/v1/conversations/{conversation_id}/trace/evidence"
tags: ["conversations"]
---

# Resolve exact trace observations for dashboard evidence

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

## Path parameters

- `conversation_id` string, uuid, required

## Query parameters

- `observation_id` string[], required — Repeat this parameter for each observation ID (maximum 100).

## Response `200`

Successful Response

- TraceEvidenceResponse — Exact, tenant-scoped observations requested by dashboard focus IDs.
  - `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
    - `observation_ids` string[]
    - `truncation` TraceTruncation[]
      - `path` string, required
      - `reason` string, nullable
      - `scope` string, nullable
      - `original_bytes` integer, nullable
      - `stored_bytes` integer, nullable
      - `original_chars` integer, nullable
      - `original_type` string, nullable
      - `original_leaves` integer, nullable
      - `stored_leaves` integer, nullable
      - `omitted_entries` integer, nullable
  - `missing_observation_ids` string[]

## 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/revisions/9cd7291d4228/schema)
