trace_destinations

Get trace destination

Retrieve one destination, including why its last delivery failed.

get/v1/trace-destinations/{destination_id}

Path parameters

destination_idstring uuid required

The ID of the trace destination

The ID of the trace destination

Response

The trace destination

idstring uuid required

Unique identifier of the destination

namestring required

Human-readable name

provider'langfuse' | 'otlp' required

Destination type

endpointstring required

OTLP/HTTP traces endpoint spans are posted to

credential_hintstring nullable

Non-secret half of the credential: the Langfuse public key, or the auth header name

event_typesstring[] required

Which trace kinds are exported to this destination

enabledboolean required

Whether traces are currently being exported

last_exported_atstring date-time nullable

When a batch last reached the destination

last_errorstring nullable

Why the most recent delivery failed; cleared by the next success

last_error_atstring date-time nullable

When the most recent delivery failed

created_atstring date-time required

When the destination was created

updated_atstring date-time required

When the destination was last updated

object'trace_destination'

Type of the object

Changes

Changed in 2 of the 30 revisions of this API.11