---
title: "Show the Currently Authenticated Session"
method: GET
path: "/api/v2/users/me/session"
tags: ["Sessions"]
---

# Show the Currently Authenticated Session

`GET /api/v2/users/me/session`

#### Allowed For

* Admins, Agents, End users

## Response `200`

Success response

- SessionResponse
  - `session` SessionObject[]
    - `authenticated_at` string, nullable — When the session was created
    - `id` integer, required — Automatically assigned when the session is created
    - `last_seen_at` string, nullable — The last approximate time this session was seen. This does not update on every request.
    - `url` string, nullable — The API URL of this session
    - `user_id` integer, nullable — The id of the user

---

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