---
title: "Get Profile"
method: GET
path: "/profiles/{profile_id}"
tags: ["Profiles"]
---

# Get Profile

`GET /profiles/{profile_id}`

Read a single profile by its UUID, or read the default profile using the alias "default".

## Path parameters

- `profile_id` string, required

## Query parameters

- `include_deactivated` boolean

## Response `200`

A successful response.

- Profile
  - `id` string, required
  - `nickname` string, required
  - `type` 'NORMAL' | 'DEFAULT', required — The profile type. - NORMAL: A client-created profile. All Profiles created using the `CreateProfile` endpoint are of this type. - DEFAULT: A system-generated profile.
  - `description` string
  - `account_id` string

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
