---
title: "Get browser authentication status"
method: GET
path: "/api/ui/session"
tags: ["web-session"]
---

# Get browser authentication status

`GET /api/ui/session`

## Response `200`

OK

- WebSessionStatus
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `authenticated` boolean, required
  - `authentication` 'local' | 'token' | 'proxy', required
  - `capabilities` WebSessionCapabilities
    - `cancel_any_job` boolean, required
    - `cancel_review_job` boolean, required
    - `rerun_job` boolean, required
  - `expires_at` string, date-time

## Other responses

- `400` — Bad Request

## Changes

- **2026-08-20** `1f52df5ffd08` — 1 warning
  - added the new `proxy` enum value to the `authentication` response property for the response status `200`
- **2026-08-16** `da030fad394f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kenn-io/apis/roborev/changes/api/ui/session/get.md)

---

[API](https://skmtc.dev/kenn-io/apis/roborev.md) · [All operations](https://skmtc.dev/kenn-io/apis/roborev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kenn-io/roborev/revisions/0dfdca81e88d/schema)
