Docs
Resource

geni resource list

List the resources you can access in the active workspace.

geni resource list [flags]

Lists the resources (code workflows, agent workflows, apps, and skills) you can access in the active workspace, with their type, enabled state, and validity. For an app, VALID reflects whether its latest build succeeded.

Synopsis

geni resource list
geni resource list --json
FlagNotes
--jsonMachine-readable output.

Output

ID         NAME                 TYPE   ENABLED  VALID
wf_01HX…   Daily Digest         code   yes      yes
wf_02AB…   Inbox Triage         agent  no       yes
wf_03CD…   Lead Explorer        app    yes      yes
skl_04EF…  gmail-inbox-triage   skill  yes      yes

Use geni resource get <id> for one resource's detail, or pull to bring its files to disk.

On this page