List recent sessions. Requires authentication. Use for Agentuity cloud platform operations
List recent sessions
agentuity auth loginagentuity cloud session list [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --count | number | No | 10 | Number of sessions to list (1–100) |
| --projectId | string | Yes | - | Filter by project ID |
| --all | boolean | Yes | - | List all sessions regardless of project context |
| --deploymentId | string | Yes | - | Filter by deployment ID |
| --trigger | string | Yes | - | Filter by trigger type (api, cron, webhook) |
| --env | string | Yes | - | Filter by environment |
| --threadId | string | Yes | - | Filter by thread ID |
| --agentIdentifier | string | Yes | - | Filter by agent identifier |
| --devmode | boolean | Yes | - | Filter by dev mode (true/false) |
| --success | boolean | Yes | - | Filter by success status (true/false) |
| --startAfter | string | Yes | - | Filter by start time after (ISO 8601) |
| --startBefore | string | Yes | - | Filter by start time before (ISO 8601) |
List 10 most recent sessions:
bunx @agentuity/cli cloud session list
List 25 most recent sessions:
bunx @agentuity/cli cloud session list --count=25
Filter by project:
bunx @agentuity/cli cloud session list --project-id=proj_*
Filter by deployment:
bunx @agentuity/cli cloud session list --deployment-id=*
Only successful sessions:
bunx @agentuity/cli cloud session list --success=true
Only production sessions:
bunx @agentuity/cli cloud session list --devmode=false
Only API triggered sessions:
bunx @agentuity/cli cloud session list --trigger=api
Only production environment:
bunx @agentuity/cli cloud session list --env=production
List all sessions regardless of project context:
bunx @agentuity/cli cloud session list --all
Returns: array
npx skills add agentuity/agentuity-cli-cloud-session-list下载完整 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