Get Jules Session
jules_get_sessionRetrieve full details of a coding session by providing its session ID, including state, progress, source context, and any completed pull requests.
Instructions
Get details of a specific coding session.
Args:
sessionId (string, required): The session ID
response_format ('markdown' | 'json'): Output format
Returns: Full session details including:
State and progress
Source context
Outputs (pull requests if completed)
Examples:
Get session details: sessionId="1234567"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session ID (e.g., '1234567') | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |