Claude-skill-registry agentuity-cli-cloud-thread-get

Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-thread-get" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-thread-get && rm -rf "$T"
manifest: skills/data/agentuity-cli-cloud-thread-get/SKILL.md
source content

Cloud Thread Get

Get details about a specific thread

Prerequisites

  • Authenticated with
    agentuity auth login

Usage

agentuity cloud thread get <thread_id>

Arguments

ArgumentTypeRequiredDescription
<thread_id>
stringYes-

Examples

Get a thread by ID:

bunx @agentuity/cli cloud thread get thrd_abc123xyz

Output

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"
}
FieldTypeDescription
id
stringThread ID
created_at
stringCreation timestamp
updated_at
stringUpdate timestamp
deleted
booleanDeleted status
deleted_at
unknownDeletion timestamp
deleted_by
unknownDeleted by
org_id
stringOrganization ID
project_id
stringProject ID
user_data
unknownUser data as JSON