Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetScoresV3Response

    interface GetScoresV3Response {
        data: ScoreV3[];
        meta: GetScoresV3Meta;
    }
    Index

    Properties

    Properties

    data: ScoreV3[]