---
title: "Get My Profile"
method: GET
path: "/v1/profiles/me"
tags: ["User Profiles"]
---

# Get My Profile

`GET /v1/profiles/me`

## Response `200`

Successful Response

- UserProfileOut
  - `user_id` string, required
  - `username` string, required
  - `settings` UserProfileSettings
    - `confirm_routing` boolean — Should Orchestrate confirm routing decisions explicity with the user. Enabled by default.
    - `base_llm_model_id` string, nullable — The base LLM model used by Orchestrate. By default, Orchestrate will use the system configured base LLM.

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
