---
title: "Get Browser Route Session"
method: GET
path: "/routes/sessions/{session_id}"
tags: ["routes"]
---

# Get Browser Route Session

`GET /routes/sessions/{session_id}`

Return one browser route session if the cookie owns it.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- BrowserRouteSessionSummary — Browser-safe metadata for the current public Routes session.
  - `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

## Other responses

- `422` — Validation Error

---

[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)
