get_data_schema
Retrieve the schema definitions for traces, spans, events, and other Langfuse data structures to understand their fields and structure.
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 structuresInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dummy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |