---
title: "Trace Details"
method: GET
path: "/api/v1/admin/mcp-observability/trace-details"
tags: ["Admin APIs", "MCP Observability"]
---

# Trace Details

`GET /api/v1/admin/mcp-observability/trace-details`

## Query parameters

- `outcome` string
- `message_filter` string
- `error_types` string, nullable
- `trace_clients` string[], nullable
- `charged_only` boolean
- `page` integer
- `page_size` integer
- `start_date` string, date, required
- `end_date` string, date, required
- `tools` string, nullable
- `environment` string, nullable
- `session_type` string, nullable
- `clients` string[], nullable
- `include_internal` boolean

## Response `200`

Successful Response

- TraceDetailsResponse
  - `rows` TraceDetailRow[], required
    - `trace_id` string
    - `session_id` string
    - `trace_created_at` string
    - `tool` string
    - `latency_s` number, nullable
    - `consumption` string
    - `price` string
    - `client_name` string
    - `user_email` string
    - `environment` string
    - `session_type` string
    - `input_text` string
    - `user_prompt` string
    - `prompt_span_id` string
    - `entities` string
    - `insights` string
    - `entity_ids` string
    - `insight_ids` string
    - `animal_name` string
    - `output_metadata_error` string
    - `is_error` string
    - `error_code` string
    - `error_message` string
    - `output` string
  - `total` integer
  - `clients` string[]
  - `error_types` ErrorTypeOption[]
    - `value` string, required
    - `label` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
