Receive a CLI telemetry record from your agent, extract structured fields, and forward them to Logstash/Kibana via structured logging and an OpenTelemetry span. Returns HTTP 204 on success. Requires authentication.
A single Langfuse telemetry record.
The end-user identifier associated with this trace, mapped to the Langfuse trace field user_id.
The session identifier grouping multiple traces together, mapped to the Langfuse trace field session_id.
The trace identifier from the OpenTelemetry SpanContext, expressed as a 32-character hex string (e.g. '1c563dcf980b449abb0dcbeaf1784e81') or a UUID.
Name of the trace
The span identifier from the OpenTelemetry SpanContext, expressed as a 16-character hex string (e.g. 'ffffffffffffffff').
Name of the span
Start time in nanoseconds since Unix epoch
End time in nanoseconds since Unix epoch
The input payload for this observation or trace, mapped to the Langfuse fields observation.input and trace.input.
The output payload produced by this observation or trace, mapped to the Langfuse fields observation.output and trace.output.
The log level of this observation. Valid values: 'DEBUG', 'INFO', 'WARN', 'ERROR'.
DEBUG, INFO, WARN, ERROR Indicates whether the observation ended in an error state. True maps to Langfuse status code ERROR; false maps to OK.
An optional human-readable message providing additional detail about the observation status, mapped to the Langfuse field observation.status_message.
Extra fields
Successful Response