---
title: "List user assistants"
method: GET
path: "/assist-ai/assistants"
tags: ["Assistants"]
---

# List user assistants

`GET /assist-ai/assistants`

Retrieves all AI assistants created by the authenticated user

## Response `200`

List of user assistants retrieved successfully

- AssistantSummary[]
  - `id` string, uuid
  - `name` string
  - `status` string
  - `video_count` integer
  - `created_at` string, date-time

## 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)
