Langfuse JS/TS SDKs
    Preparing search index...

    Interface Traces

    interface Traces {
        _deprecation?: Deprecation;
        data: TraceWithDetails[];
        meta: utils.MetaResponse;
    }
    Index

    Properties

    _deprecation?: Deprecation