---
title: "Get profile by ID or name"
method: GET
path: "/profiles/{id_or_name}"
tags: ["Profiles"]
---

# Get profile by ID or name

`GET /profiles/{id_or_name}`

Retrieve details for a single profile by its ID or name.

## Path parameters

- `id_or_name` string, required

## Response `200`

Profile details

- Profile — Browser profile metadata.
  - `id` string, required — Unique identifier for the profile
  - `name` string, nullable — Optional, easier-to-reference name for the profile
  - `created_at` string, date-time, required — Timestamp when the profile was created
  - `updated_at` string, date-time — Timestamp when the profile was last updated
  - `last_used_at` string, date-time — Timestamp when the profile was last used

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `404` — Resource not found
- `500` — Internal Server Error

---

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