Documentation

get_session_journeys

Individual sessions with the full page-to-page path, time spent and scroll depth on each page.

When to use it

When an aggregate raises a question that only a real example can answer. Filter by frustration to find the angriest sessions, or by engagement and converted: false to find high-intent visitors who left.

Ask for it like this

You do not name the tool. These are questions that make an assistant reach for it:

Find my high-intent abandoners.
Show me the most frustrated sessions this week.

Parameters

converted
boolean
true keeps converting sessions, false keeps non-converting ones.
minEngagement
number
Minimum engagement score, 0 to 100.
minFrustration
number
Minimum frustration score, 0 to 100.
limit
numberdefault: 20
Maximum sessions to return.

Shared parameters it accepts

Documented in full on the tool reference index.

Date window — defaults to the last 30 days.

dateFrom
stringdefault: 30 days ago
Start of the window, YYYY-MM-DD. Inclusive.
dateTo
stringdefault: today
End of the window, YYYY-MM-DD. Inclusive.

Session filters — narrow the result to one audience.

device
enum
Keep only sessions on this device class.
mobiletabletdesktop
visitorType
enum
Keep only first-time or only returning visitors.
newreturning
utmSource
string
Keep only sessions from this UTM source, for example google.
utmMedium
string
Keep only sessions from this UTM medium, for example cpc.
utmCampaign
string
Keep only sessions from this UTM campaign name.
theme
string
Keep only sessions that rendered this Shopify theme id (bare numeric id). Use it to isolate one arm of a theme A/B test. Sessions recorded before 7 August 2026 carry no theme id and drop out.

Every tool also accepts merchantId, which resolves from your connection. You never pass it.

What comes back

JSON. These are the top-level keys; date-scoped tools additionally carry a _meta block with the server date and the data coverage envelope.

sessions
Per session: session_id, the ordered page path with time and scroll per page, scores, device and source.

Pairs with