Skip to content

Feature Request: Add minutes list command to browse all minutes #17

@zj1123581321

Description

@zj1123581321

Summary

Currently lark-cli minutes minutes get only supports fetching a single minute by minute_token. There is no way to list or search minutes via the CLI.

Use Case

As a user, I want to browse my minutes records from the CLI or through an AI agent, without needing to know the exact minute_token in advance.

For example:

# Desired: list my recent minutes
lark-cli minutes minutes list

# Desired: search minutes by keyword
lark-cli minutes minutes list --params '{"keyword": "周会"}'

Current Behavior

  • lark-cli minutes minutes only has get subcommand
  • get requires a minute_token parameter, which can only be obtained from the Feishu web UI
  • No list/search command is available

Expected Behavior

Add a list command (or a + shortcut like +list) that returns the user's minutes, ideally with pagination and optional filters (date range, keyword, etc.).

Environment

  • lark-cli installed via npm install -g @larksuite/cli
  • OS: Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions