View and inspect previous agent runs. Each search or workflow step creates a run that can be retrieved by ID or filtered by session.Documentation Index
Fetch the complete documentation index at: https://docs.landbase.com/llms.txt
Use this file to discover all available pages before exploring further.
runs list
List previous agent runs, optionally filtered by session. Usage| 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 |
runs get
Get details for a specific run. UsageThe ID of the run to retrieve.
| 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 |

