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

# List browser profiles

`GET /api/v1/browser/profile`

> **Deprecated.**

List all created browser profiles for a user.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseBrowserProfilesResponse
  - `r` BrowserProfilesResponse, required — Response model for listing browser profiles.
    - `profile_ids` string[], required — The IDs of the browser profiles.
    - `session_ids` string[], required — (Deprecated) Returns the session IDs.

## 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)
