---
title: "Current User"
method: GET
path: "/api/v1/user"
tags: ["Discovery"]
---

# Current User

`GET /api/v1/user`

Returns info about the authenticated user.

## Response `200`

User info

- UserResponse — Information about the authenticated user.
  - `login` string, required — User's login identifier (e.g. GitHub username).

## Other responses

- `401` — Not authenticated

---

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