AutoBE
    Preparing search index...

    Paginated search request.

    interface IRequest {
        limit?: number & Type<"uint32"> | null;
        model?: string | null;
        page?: number & Type<"uint32"> | null;
        search?: string | null;
        vendor_id?: string & Format<"uuid"> | null;
    }
    Index

    Properties

    limit?: number & Type<"uint32"> | null

    Limitation of records per page.

    100
    
    model?: string | null

    Filter by AI model identifier.

    page?: number & Type<"uint32"> | null

    Page number.

    search?: string | null

    Search keyword for session title, model, Swagger name, or server URL.

    vendor_id?: string & Format<"uuid"> | null

    Filter by stored AI vendor ID.