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

# List Browser Context Profiles

`GET /v1/profiles`

List Browser Context Profiles

## Response `200`

List Browser Context Profiles succeeded.

- object
  - `profiles` object[], required
    - `id` string, required — Browser Context Profile ID
    - `name` string, required — Browser Context Profile display name
    - `proxy_country_code` 'US' | 'GB' | 'CA' | 'AU' | 'DE' | 'FR' | 'IT' | 'ES' | 'NL' | 'JP' | 'SG' | 'BR' | 'IN' | 'null', nullable
    - `is_default` boolean
    - `fingerprint_seed` string
    - `domain_count` integer
    - `created_at` string, required
    - `updated_at` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Browser Context Profiles are not available or the resource was not found.
- `500` — Internal server error

---

[API](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api.md) · [All operations](https://skmtc.dev/tinyfish/apis/tinyfish-web-agent-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tinyfish/tinyfish-web-agent-automation-api/revisions/bea716bc627d/schema)
