Langfuse JS/TS SDKs
    Preparing search index...

    Interface MetaResponse

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

    interface MetaResponse {
        limit: number;
        page: number;
        totalItems: number;
        totalPages: number;
    }
    Index

    Properties

    limit: number

    number of items per page

    page: number

    current page number

    totalItems: number

    number of total items given the current filters/selection (if any)

    totalPages: number

    number of total pages given the current limit