Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List and inspect past agent runs
landbase-cli runs list [flags]
--session=<label-or-id>
--limit=<n>
--no-update-check
--verbose
landbase-cli runs get <run-id> [flags]
# List all runs landbase-cli runs list # List runs for a specific session landbase-cli runs list --session=sf-saas # Get details for a specific run landbase-cli runs get <run-id>
Was this page helpful?