Get Video ListAsk AIget https://api.heygen.com/v1/video.listRetrieve a list of videos associated with your account.Query Paramslimitint32Defaults to nullNumber of videos to return in a single response. Accepts values from 0 to 100. If more than 100 videos are available, use the pagination token to retrieve additional results.folder_idstringUnique identifier of the folder where the video is stored. Can be retrieved from the List Folders endpoint if folder already exists, or from the response of the Create Folder endpoint after creating a new folder.titlestringTitle of the video to retrieve.tokenstringPagination token for retrieving the next set of results when more than 100 videos are available. Can be retrieved from the response.Response 200Video list retrieved successfully - Expand to view the detailed response schema.Updated 2 months ago