---
title: "List trace destinations"
method: GET
path: "/v1/trace-destinations"
tags: ["trace_destinations"]
---

# List trace destinations

`GET /v1/trace-destinations`

List every configured destination, with the outcome of its last delivery.

## Response `200`

The organization's trace destinations

- TraceDestinationListResponse
  - `object` 'list' — The object type of the response
  - `data` TraceDestination[], required — The organization's trace destinations
    - `id` string, uuid, required — Unique identifier of the destination
    - `name` string, required — Human-readable name
    - `provider` 'langfuse' | 'otlp', required — Destination type
    - `endpoint` string, required — OTLP/HTTP traces endpoint spans are posted to
    - `credential_hint` string, nullable — Non-secret half of the credential: the Langfuse public key, or the auth header name
    - `event_types` string[], required — Which trace kinds are exported to this destination
    - `enabled` boolean, required — Whether traces are currently being exported
    - `last_exported_at` string, date-time, nullable — When a batch last reached the destination
    - `last_error` string, nullable — Why the most recent delivery failed; cleared by the next success
    - `last_error_at` string, date-time, nullable — When the most recent delivery failed
    - `created_at` string, date-time, required — When the destination was created
    - `updated_at` string, date-time, required — When the destination was last updated
    - `object` 'trace_destination' — Type of the object

## Changes

- **2026-08-27** `d2ebbe3adcaa` — 1 warning
  - added the new `qa` enum value to the `data/items/event_types/items/` response property for the response status `200`
- **2026-08-26** `4ec9b6a07a95` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/trace-destinations/get.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/79d5edfa05e3/schema)
