Langfuse JS/TS SDKs
    Preparing search index...

    Interface ObservationsV2Response

    Response containing observations with field-group-based filtering and cursor-based pagination.

    The data array contains observation objects with only the requested field groups included. Use the cursor in meta to retrieve the next page of results.

    interface ObservationsV2Response {
        data: Record<string, unknown>[];
        meta: ObservationsV2Meta;
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>[]

    Array of observation objects. Fields included depend on the fields parameter in the request.