Check Session Health
gv_check_sessionCheck if a Google account session is still authenticated using cookie and redirect checks. Returns health status, reason, and recommended action.
Instructions
Check whether the account's browser session is still authenticated.
Uses a 2-layer check: cookie expiry (fast) + probe URL redirect (accurate). Returns the health status (active / likely_active / expired / unknown), a reason, and the recommended action.
The browser context must be open (call gv_open_account first) for an accurate check. If closed, returns 'unknown'.
Args: account_id: The account id to check. Omit to check the active account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |