---
title: "Get your profile"
method: GET
path: "/api/v1/profile/me"
tags: ["profile"]
---

# Get your profile

`GET /api/v1/profile/me`

## Response `200`

200

- object
  - `id` string, uuid, required
  - `name` string, required
  - `email` string, required
  - `agentAutoRun` boolean, required
  - `completedProductTour` string, date-time, nullable, required
  - `avatarUrl` string, nullable, required
  - `advancedSettings` object, required
    - `hideNodePromptsEnabled` boolean
    - `magicResizeCustomResolutions` object[]
      - `width` integer, required
      - `height` integer, required

## Other responses

- `401` — Missing, invalid, expired, or revoked API key.
- `403` — The API key's user is not a member of the requested team.
- `429` — Rate limit reached — retry after the `Retry-After` header.

---

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