Skip to main content
GET
/
user
/
{user_id}
Get User
curl --request GET \
  --url https://api.klavis.ai/user/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "created_at": "<string>",
  "last_used_at": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

user_id
string
required

The identifier for the user to fetch.

Minimum length: 1

Response

Successful Response

user_id
string
required
created_at
string
required
last_used_at
string | null
I