---
title: "Self"
method: GET
path: "/principal"
tags: ["Principals"]
---

# Self

`GET /principal`

Retrieve the currently authenticated principal.

## Response `200`

Successfully retrieved the principal.

- Principal
  - `object` 'principal', required — The object type, which is always `principal`.
  - `id` string, required — ID of the principal.
  - `name` string, required — The display name of the principal.

---

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