jules_list_sessions
List coding sessions across all pooled Google accounts and filter them by state, repository source, or AIP-160 expression to quickly locate relevant work and navigate results with pagination tokens.
Instructions
List and filter all coding sessions across all pooled Google accounts by state, repository source, AIP-160 filter, or pagination token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by session state (e.g. 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'AWAITING_USER_FEEDBACK', 'AWAITING_PLAN_APPROVAL'). | |
| filter | No | AIP-160 filter expression (e.g. 'state = COMPLETED AND createTime > "2026-01-01T00:00:00Z"'). | |
| source | No | Filter by repository name or source path. | |
| page_size | No | Max sessions to return per account (1-100, default 30). | |
| page_token | No | Page token for pagination. |