---
title: "Get a hub profile by username"
method: GET
path: "/api/hub/profiles/{username}"
tags: ["hub"]
---

# Get a hub profile by username

`GET /api/hub/profiles/{username}`

[cloud-only] Returns the public hub profile for the given username.

## Path parameters

- `username` string, required

## Response `200`

Profile

- HubProfile — [cloud-only] A public user profile on the ComfyUI Hub.
  - `username` string, required
  - `display_name` string
  - `bio` string
  - `avatar_url` string, uri
  - `links` string[]
  - `workflow_count` integer
  - `created_at` string, date-time

## Other responses

- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/hub/profiles/:username/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
