session_status
Check the active browser session for identity, exit node, profile, and tabs. Retrieve a seed to replay the session, or learn that no browser is running.
Instructions
Who is browsing right now: the identity, the exit, the profile and the tabs.
Ask whenever you need to know which person the browser currently is, or from
where its traffic leaves. The seed is what you would pass to session_start
to become this person again, so this is also how you record a session that
is worth repeating.
It starts nothing. If no browser is running yet it says so, because until one is running there is no identity to report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |