CLI
ankra agents
Inspect and control AI agent runs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspect and control AI agent runs
ankra agents cancel <run_id> [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) | |
-y, --yes | false | Skip the confirmation prompt |
ankra agents run <run_id> [flags]
| Flag | Default | Description |
|---|---|---|
-o, --output | Output format: json or yaml (default: human-readable) |
ankra agents runs [flags]
| Flag | Default | Description |
|---|---|---|
--limit | 20 | Maximum runs to return (max 100) |
-o, --output | Output format: json or yaml (default: human-readable) | |
--status | [] | Filter by run status (pending, running, awaiting_user, completed, failed, cancelled, expired, skipped); repeatable |
--task | Filter to one agent task id (UUID) |
ankra agents transcript <run_id> [flags]
| Flag | Default | Description |
|---|---|---|
--limit | 200 | Maximum events to return (max 1000) |
-o, --output | Output format: json or yaml (default: human-readable) | |
--since | 0 | Return events with a sequence number greater than this |