Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
Get details about a specific thread
agentuity auth loginagentuity cloud thread get <thread_id>
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <thread_id> | string | Yes | - |
Get a thread by ID:
bunx @agentuity/cli cloud thread get thrd_abc123xyz
Returns JSON object:
{
"id": "string",
"created_at": "string",
"updated_at": "string",
"deleted": "boolean",
"deleted_at": "unknown",
"deleted_by": "unknown",
"org_id": "string",
"project_id": "string",
"user_data": "unknown"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | Thread ID |
| created_at | string | Creation timestamp |
| updated_at | string | Update timestamp |
| deleted | boolean | Deleted status |
| deleted_at | unknown | Deletion timestamp |
| deleted_by | unknown | Deleted by |
| org_id | string | Organization ID |
| project_id | string | Project ID |
| user_data | unknown | User data as JSON |
npx skills add agentuity/agentuity-cli-cloud-thread-get下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer