---
title: "API005 プロフィール表示"
method: GET
path: "/profile/{trainee_id}"
tags: ["profile"]
---

# API005 プロフィール表示

`GET /profile/{trainee_id}`

## Response `200`

プロフィールの取得に成功しました。

- Profile
  - `trainee_id` string — トレーニーID
  - `trainee_name` string — トレーニー名
  - `display_name` string — 表示名
  - `self_introduction` string — 自己紹介
  - `thumbnail_url` string — サムネイル画像URL

## Other responses

- `401` — 401 Unauthorized
- `500` — 500 Internal Server
- `503` — 503 Service Unavailable

---

[API](https://skmtc.net/future-architect/apis/future-muscle-partner-api.md) · [All operations](https://skmtc.net/future-architect/apis/future-muscle-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/future-architect/future-muscle-partner-api/versions/8f70bad57269/schema)
