ls_list_runs
List recent runs from a LangSmith project, using filters for root status, run type, error state, and time window.
Instructions
List recent runs from LangSmith (root-only by default).
Args: project_name: LangSmith project name (required) is_root: Only return root runs when true (default: True) run_type: Filter by run type (e.g., 'llm', 'chain', 'tool') error: Filter by error status - True=failed only, False=successful only, None=all start_minutes_ago: Lookback window in minutes (default: 1440 = 24 hours, min: 1) limit: Maximum runs to return (default: 50, range: 1-200) select: List of fields to return (default: id, name, run_type, start_time, end_time, error, tags, extra)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| limit | No | ||
| select | No | ||
| is_root | No | ||
| run_type | No | ||
| project_name | Yes | ||
| start_minutes_ago | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| next_cursor | No |