---
title: "Get profile by ID"
method: GET
path: "/api/profile/{id}"
---

# Get profile by ID

`GET /api/profile/{id}`

## Path parameters

- `id` string, required

## Response `200`

Profile details

- ProfileResponse
  - `id` string
  - `name` string, nullable
  - `teamId` string
  - `createdAt` string, iso8601
  - `updatedAt` string, iso8601

## Other responses

- `404` — Profile not found

---

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