list_sessions
Retrieve and manage active coding sessions in Jules AI, with pagination and filtering options for task oversight.
Instructions
List Jules sessions (coding tasks).
Args: page_size: Number of sessions to return (1-100, default 30) page_token: Token for pagination from previous response active_only: If True, filter to only show non-completed/failed sessions
Returns: Dictionary with sessions list and optional nextPageToken
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page_token | No | ||
| active_only | No |