name: agentuity-cli-cloud-thread-list description: 列出最近的线程。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud thread list” tags: “read-only fast requires-auth”
云线程列表
列出最近的线程
前提条件
- 已通过
agentuity auth login进行身份验证
使用方法
agentuity cloud thread list [options]
选项
| 选项 | 类型 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|---|
--count |
数字 | 否 | 10 |
要列出的线程数量 (1–100) |
--orgId |
字符串 | 是 | - | 按组织ID筛选 |
--projectId |
字符串 | 是 | - | 按项目ID筛选 |
示例
列出10个最近的线程:
bunx @agentuity/cli cloud thread list
列出25个最近的线程:
bunx @agentuity/cli cloud thread list --count=25
按项目筛选:
bunx @agentuity/cli cloud thread list --project-id=proj_*
按组织筛选:
bunx @agentuity/cli cloud thread list --org-id=org_*
输出
返回:数组