runs list
List previous agent runs, optionally filtered by session. Usageruns get
Get details for a specific run. Usagestring
required
The ID of the run to retrieve.
Examples
Documentation Index
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]
| Flag | Default | Description |
|---|---|---|
--session=<label-or-id> | — | Filter by session label or session ID |
--limit=<n> | — | Maximum number of runs to return |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
landbase-cli runs get <run-id> [flags]
| Flag | Default | Description |
|---|---|---|
--session=<label-or-id> | — | Session context for the run |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
# 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?
