---
title: "Get list of profiles"
method: GET
path: "/api/profiles"
---

# Get list of profiles

`GET /api/profiles`

## Query parameters

- `page` number
- `limit` number
- `name` string

## Response `200`

List of profiles

- ProfileListResponse
  - `profiles` ProfileResponse[]
    - `id` string
    - `name` string, nullable
    - `teamId` string
    - `createdAt` string, iso8601
    - `updatedAt` string, iso8601
  - `totalCount` number
  - `page` number
  - `perPage` number

## Other responses

- `400` — Invalid query parameters
- `500` — Server error

---

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