Langfuse JS/TS SDKs
    Preparing search index...

    Interface GetScoresV3Meta

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

    interface GetScoresV3Meta {
        cursor?: string;
        limit: number;
    }
    Index

    Properties

    Properties

    cursor?: string

    URL-safe base64 (base64url) cursor for the next page. Absent when there are no more results.

    limit: number