Resource
geni resource list
List the resources you can access in the active workspace.
geni resource list [flags]Every resource you can access in the active workspace: code workflows, agent workflows, apps, and skills, with their type, enabled state, and validity. For an app, VALID reflects whether its latest build succeeded.
Synopsis
geni resource list
geni resource list -q "digest"
geni resource list --json| Flag | Notes |
|---|---|
-q, --query <text> | Rank workflows and apps by relevance (server-side hybrid search) and substring-filter skills, instead of listing everything. |
--json | Machine-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 yesBare geni resource runs this list. Use geni resource get <id> for one resource's detail, or pull to bring its files to disk.