Langfuse JS/TS SDKs
    Preparing search index...

    Interface MetricsResponse

    This file was auto-generated by Fern from our API Definition.

    interface MetricsResponse {
        data: Record<string, unknown>[];
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>[]

    The metrics data. Each item in the list contains the metric values and dimensions requested in the query. Format varies based on the query parameters. Histograms will return an array with [lower, upper, height] tuples.