---
title: "List user profiles"
method: GET
path: "/profile"
tags: ["Profiles"]
---

# List user profiles

`GET /profile`

Retrieves all video player profiles for the authenticated user

## Response `200`

List of user profiles retrieved successfully

- object
  - `data` ProfileSummary[]
    - `id` string, uuid
    - `name` string
    - `pullzone_name` string
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

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