Langfuse JS/TS SDKs
    Preparing search index...

    Interface SessionWithTraces

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

    interface SessionWithTraces {
        createdAt: string;
        environment?: string;
        id: string;
        projectId: string;
        traces: Trace[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    environment?: string

    The environment from which this session originated.

    id: string
    projectId: string
    traces: Trace[]