Langfuse JS/TS SDKs
    Preparing search index...

    Interface ObservationsV2Meta

    Metadata for cursor-based pagination

    interface ObservationsV2Meta {
        cursor?: string;
    }
    Index

    Properties

    Properties

    cursor?: string

    Base64-encoded cursor to use for retrieving the next page. If not present, there are no more results.