Back to docs

Tool List Sessions

Category: Session · Tier: All

List all saved sessions with metadata (name, domain, cookie count, storage keys, date, size)

When to Use

Session tools save and restore browser state for multi-step workflows. This includes cookies, localStorage, URL, and scroll position.

Parameters

No parameters required.

Example

Show all saved browser sessions

Tips

  • Sessions persist cookies, localStorage, and scroll position
  • Use _browserToken to maintain browser continuity across tool calls

Related

From the Blog