SongGuess
    Preparing search index...

    Type Alias AiSearchItemLogsParams

    type AiSearchItemLogsParams = {
        cursor?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    cursor?: string

    Opaque cursor for pagination. Pass the cursor value from a previous response.

    limit?: number

    Maximum number of log entries to return (1-100, default 50).