List Jules Sessions
jules_list_sessionsLists your coding sessions with IDs, titles, states, and timestamps. Supports pagination and markdown/JSON output to manage workflow efficiently.
Instructions
List all coding sessions for the authenticated user.
Args:
pageSize (number, optional): Results per page (1-100, default: 20)
pageToken (string, optional): Token for pagination
response_format ('markdown' | 'json'): Output format
Returns: List of sessions with ID, title, state, and timestamps. Includes nextPageToken if more results exist.
Examples:
List recent sessions: no params needed
Paginate: use pageToken from previous response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Number of results to return (1-100) | |
| pageToken | No | Page token from previous response for pagination | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |