# ai_media_orgs_users_heygen_videos_list Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin Endpoint: GET /api/ai-media/orgs/{org}/users/{user_id}/heygen/videos/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Query parameters: - `page` (integer) A page number within the paginated result set. ## Response 200 fields (application/json): - `count` (integer, required) Example: 123 - `next` (string,null) Example: "http://api.example.org/accounts/?page=4" - `previous` (string,null) Example: "http://api.example.org/accounts/?page=2" - `results` (array, required) - `results.name` (string) - `results.data` (any,null) - `results.pk` (integer, required) - `results.generation_status` (string, required)