ls_list_projects
List LangSmith workspace projects with optional limit, returning project metadata and statistics.
Instructions
List projects from LangSmith workspace.
Args: limit: Maximum projects to return (default: 10, range: 1-200)
Returns: List of project objects with id, name, start_time, tenant_id, and optional statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| next_cursor | No |