---
title: "List Browser Route Sessions"
method: GET
path: "/routes/sessions"
tags: ["routes"]
---

# List Browser Route Sessions

`GET /routes/sessions`

List route sessions visible to the current browser.

## Response `200`

Successful Response

- BrowserRouteSessionListResponse — List response for sessions visible to the current browser.
  - `sessions` BrowserRouteSessionSummary[], required
    - `session_id` string, required
    - `created_at` string, date-time, required
    - `last_seen_at` string, date-time, required
    - `expires_at` string, date-time, required
    - `source_route_hash` string, nullable
    - `source_route_slug` string, nullable
    - `source_public_route_id` string, nullable
    - `source_session_id` string, nullable

---

[API](https://skmtc.dev/imperfect/apis/imperfect-api.md) · [All operations](https://skmtc.dev/imperfect/apis/imperfect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imperfect/imperfect-api/revisions/cc2293a44257/schema)
