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

# Get Profile

`GET /v1/profiles/{name}`

Retrieves details of a specific profile by its name.

## Path parameters

- `name` string, required

## Response `200`

Profile details retrieved successfully.

- ProfileResponse
  - `data` ProfileResponseSchema
    - `name` string — The name of the profile.
    - `description` string — A description of the profile.
    - `source` 'session' — The source of the profile data.
    - `session_id` string, uuid — The browser session ID used to create this profile, if applicable.
    - `status` string — The current status of the profile.
    - `created_at` string, date-time — The timestamp when the profile was created.

## Other responses

- `401` — Invalid API Key.
- `404` — Profile not found.
- `500` — Unable to retrieve profile due to an unexpected error.

---

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