---
title: "Get user profile"
method: GET
path: "/api/store/profile"
tags: ["v2", "store", "private"]
---

# Get user profile

`GET /api/store/profile`

Get the profile details for the authenticated user.

## Response `200`

Successful Response

- ProfileDetails — Marketplace user profile (including read-only fields)
  - `username` string, required
  - `name` string, required
  - `description` string, required
  - `avatar_url` string, nullable, required
  - `links` string[], required
  - `is_featured` boolean, required

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
