---
title: "GET /api/auth/get-session"
method: GET
path: "/api/auth/get-session"
tags: ["Desktop"]
---

# GET /api/auth/get-session

`GET /api/auth/get-session`

## Response `200`

Desktop-local auth session

- object
  - `session` object, required
    - `id` string, required
    - `expiresAt` string, required
  - `user` object, required
    - `id` string, required
    - `email` string, required
    - `name` string, required
    - `image` string, nullable, required

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/versions/ee3237405da6/schema)
