aeontel run
Browse and manage runs
Run commands
aeontel run list
List runs in a workspace
TypeScript
aeontel run list --workspace <id> [--subject-id <id>] [--status <status>]Shell
aeontel run list --workspace wsp_...aeontel run get
Get run details
TypeScript
aeontel run get <id>Shell
aeontel run get id_...aeontel run cancel
Cancel a pending or running run
TypeScript
aeontel run cancel <id>Shell
aeontel run cancel id_...