Langfuse JS/TS SDKs
    Preparing search index...

    Interface MetricsResponse

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

    Properties

    Properties

    _deprecation?: Deprecation
    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.