---
title: "Get profile"
method: GET
path: "/api/v1/profile/{id}"
tags: ["Profile"]
---

# Get profile

`GET /api/v1/profile/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved profile.

## Other responses

- `400` — The request is invalid. Check the input for missing or incorrect fields.
- `404` — Profile not found.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.dev/softika/apis/gopherizer-api.md) · [All operations](https://skmtc.dev/softika/apis/gopherizer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/softika/gopherizer-api/revisions/3c620256879f/schema)
