iyke_session_list
List Claude chat sessions, filtered by project (default active) or all projects, with adjustable limit up to 200 threads.
Instructions
List Claude chat sessions. Filter by project (defaults to active); pass include_all=true to list across all projects. Returns at most 50 threads by default (max 200). Each entry has id, title, cwd, project_id, claude_session_id, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project_id | No | Slug of the project to filter by. Omit to use the shell's active project. | |
| include_all | No | Skip the project filter entirely. |