Skip to main content
GET
/
api
/
v2
/
observability
/
mappings
/
otlp
OTLP Mapping Contract
curl --request GET \
  --url https://api.tracelm.ai/api/v2/observability/mappings/otlp
Returns the canonical OTLP import/export mapping contract used by Phase 9 interoperability APIs.

Auth

  • Authorization: Bearer <jwt> or project-scoped X-API-Key

Response

{
  "version": "phase9-otlp-v1",
  "direction": "otlp_to_observability",
  "trace_level": {},
  "span_level": {},
  "w3c_propagation": {
    "traceparent": "obs_correlations.correlation_type=w3c_traceparent",
    "tracestate": "obs_correlations.correlation_type=w3c_tracestate",
    "baggage": "obs_correlations.correlation_type=w3c_baggage"
  }
}