---
title: "List profiles"
method: GET
path: "/api/v1/profile"
---

# List profiles

`GET /api/v1/profile`

List all existing browser profiles.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseListProfileResponse
  - `r` ProfileResponse[], required
    - `id` string, required — The ID of the created browser profile.
    - `cookie_domains` string[], nullable — Registered domains (e.g. 'amazon.com') with cookies in this profile, most-recently-accessed first.
    - `cookie_count` integer, nullable — Total number of cookies stored in the profile.
    - `profile_size_bytes` integer, nullable — Size of the stored profile archive in bytes.
    - `last_saved_at` integer, nullable — Unix epoch seconds of the most recent profile save.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
