Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetScoresResponseTraceData

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

    interface GetScoresResponseTraceData {
        environment?: string;
        tags?: string[];
        userId?: string;
    }
    Index

    Properties

    environment?: string

    The environment of the trace referenced by score

    tags?: string[]

    A list of tags associated with the trace referenced by score

    userId?: string

    The user ID associated with the trace referenced by score