---
title: "Get trace destination"
method: GET
path: "/v1/trace-destinations/{destination_id}"
tags: ["trace_destinations"]
---

# Get trace destination

`GET /v1/trace-destinations/{destination_id}`

Retrieve one destination, including why its last delivery failed.

## Path parameters

- `destination_id` string, uuid, required — The ID of the trace destination

## Response `200`

The trace destination

- TraceDestination — An OTLP endpoint this organization's agent traces are exported to.
  - `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

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `d2ebbe3adcaa` — 1 warning
  - added the new `qa` enum value to the `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/:destination_id/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.dev/mixedbread/apis/mxbai-omni/revisions/adde8ecfa74f?raw)
