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

# Profile List

`GET /profiles`

## Query parameters

- `page` integer — Page number
- `page_size` integer — Number of items per page
- `name` string, nullable — Filter profiles by name
- `only_active` boolean — Whether to only return active profiles
- `only_current_token` boolean — Whether to only return profiles for the current token (apikey)

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- PaginatedResponseProfileResponse
  - `items` ProfileResponse[], required
    - `profile_id` string, required — Profile ID (format: notte-profile-{16 hex chars})
    - `name` string, nullable, required — Profile name
    - `created_at` string, date-time, required — Profile creation timestamp
    - `updated_at` string, date-time, required — Profile last update timestamp
    - `persisted_domains` string[] — List of domains with persisted browser state (cookies, localStorage, sessionStorage)
  - `page` integer, required
  - `page_size` integer, required
  - `has_next` boolean, required
  - `has_previous` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/notte/apis/notte-api.md) · [All operations](https://skmtc.net/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notte/notte-api/revisions/246f6d21de0c/schema)
