get_data_schema
Retrieve structured schema definitions for Langfuse trace, span, and event objects to understand data formats and relationships in LLM observability.
Instructions
Get schema of trace, span and event objects.
Args:
ctx: Context object containing lifespan context with Langfuse client
dummy: Unused parameter for API compatibility (can be left empty)
Returns:
String containing the detailed schema definitions for traces, spans, events,
and other core Langfuse data structures
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dummy | No |