---
title: "Get User"
method: GET
path: "/user/{userId}"
tags: ["user"]
---

# Get User

`GET /user/{userId}`

Get user information by user_id.

## Path parameters

- `userId` string, required — The identifier for the user to fetch.

## Response `200`

Successful Response

- GetUserResponse
  - `userId` string, required
  - `createdAt` string, required
  - `lastUsedAt` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/revisions/1f05ced7280f/schema)
