Langfuse JS/TS SDKs
    Preparing search index...

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

    interface ObservationUpdate {
        body: ObservationBody;
        id: string;
        metadata?: unknown;
        timestamp: string;
        type: "observation-update";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    UUID v4 that identifies the event

    metadata?: unknown

    Optional. Metadata field used by the Langfuse SDKs for debugging.

    timestamp: string

    Datetime (ISO 8601) of event creation in client. Should be as close to actual event creation in client as possible, this timestamp will be used for ordering of events in future release. Resolution: milliseconds (required), microseconds (optimal).

    type: "observation-update"