v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Assistants

List user assistants

Retrieves all AI assistants created by the authenticated user

get/assist-ai/assistants

Response

List of user assistants retrieved successfully

idstring uuid
namestring
statusstring
video_countinteger
created_atstring date-time

Example response

[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "My Video Assistant",
    "status": "active",
    "video_count": 3,
    "created_at": "2025-08-16T10:30:00Z"
  }
]