---
title: "Get current user"
method: GET
path: "/v1/me"
tags: ["Users"]
---

# Get current user

`GET /v1/me`

Returns the currently authenticated user and active session details for the caller.

## Response `200`

Current user and session returned successfully.

- CurrentUserResponse
  - `user` object, required
  - `session` object, required

## Other responses

- `401` — The caller must be signed in to read profile data.

---

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