---
title: "Retrieve the current user"
method: GET
path: "/api/public/me"
tags: ["Public"]
---

# Retrieve the current user

`GET /api/public/me`

## Response `200`

Undescribed

- object
  - `id` string, required
  - `externalId` string, nullable, required
  - `createdAt` string, date, required
  - `updatedAt` string, date, required
  - `createdBy` string, nullable, required
  - `space` 'production' | 'playground' | 'shared-playground', required
  - `token` string, required

## Other responses

- `404` — Undescribed

---

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