---
title: "Get profile"
method: GET
path: "/v1/profiles/{profileId}"
tags: ["Profiles"]
---

# Get profile

`GET /v1/profiles/{profileId}`

Returns a single profile by ID, including its name, color, and default status.

## Path parameters

- `profileId` string, required

## Response `200`

Profile

- ProfileGetResponse
  - `profile` Profile
    - `_id` string
    - `userId` string
    - `name` string
    - `description` string
    - `color` string
    - `isDefault` boolean
    - `isOverLimit` boolean — Only present when includeOverLimit=true. Indicates if this profile exceeds the plan limit.
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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