list_sessions
List Claude Code sessions for a project, ordered by newest first. Filter by project, set a limit, and paginate with offset.
Instructions
List sessions for a project, sorted by most recent first.
Args: project: Project slug to filter by. Empty for all projects. limit: Maximum sessions to return (default 20). offset: Skip first N sessions for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |