Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetScoresResponse

    interface GetScoresResponse {
        data: ScoreV3[];
        meta: GetScoresMeta;
    }
    Index

    Properties

    Properties

    data: ScoreV3[]