---
title: "List Profiles"
method: GET
path: "/v1/profiles"
tags: ["Profiles"]
---

# List Profiles

`GET /v1/profiles`

Fetches all stored profiles.

## Response `200`

List of user profiles retrieved successfully.

- ProfileListResponse
  - `data` object
    - `count` integer — Total number of profiles
    - `items` 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

- `500` — Unable to list user profiles 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/revisions/d0f5aa64f9f4/schema)
