---
title: "List Browser Profiles"
method: GET
path: "/v1/browser/profiles"
---

# List Browser Profiles

`GET /v1/browser/profiles`

List all browser profiles.

## Response `200`

Successfully retrieved list of browser profiles.

- object
  - `profiles` object[], required — Array of browser profiles.
    - `profileId` string, required — The unique identifier of the browser profile.
    - `name` string, required — The name of the browser profile.
    - `createdAt` string, required — The ISO 8601 timestamp when the profile was created.

## Other responses

- `401` — Missing or invalid token.
- `500` — Failed to retrieve browser profiles.

## Changes

- **2026-06-10** `fe4827822116` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/browsercash/apis/driver-api/changes/v1/browser/profiles/get.md)

---

[API](https://skmtc.dev/browsercash/apis/driver-api.md) · [All operations](https://skmtc.dev/browsercash/apis/driver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browsercash/driver-api/revisions/fe4827822116/schema)
