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

# Profile Get

`GET /profiles/{profile_id}`

## Path parameters

- `profile_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- ProfileResponse
  - `profile_id` string, required — Profile ID (format: notte-profile-{16 hex chars})
  - `name` string, nullable, required — Profile name
  - `created_at` string, date-time, required — Profile creation timestamp
  - `updated_at` string, date-time, required — Profile last update timestamp
  - `persisted_domains` string[] — List of domains with persisted browser state (cookies, localStorage, sessionStorage)

## Other responses

- `422` — Validation Error

---

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