List AssetsAsk AIget https://api.heygen.com/v1/asset/listRetrieves a paginated list of all assets (images, audios, videos) created under your account.Query Paramsfolder_idstringUnique identifier of the folder to retrieve the assets from. Can be retrieved from the List Folders endpoint.file_typestringType of the asset to retrieve, for example, audio, video, or image.limitint32Maximum number of assets to return in a single response. Accepts values from 0 to 100. If more than 100 assets are available, use the pagination token to retrieve additional results.tokenstringPagination token used to retrieve the next set of results when the total number of records exceeds the specified/default limit. This token is returned in the response and can be included in the next request to continue listing remaining assets. If the token value is null, it indicates that all available results have been retrieved.Response 200Assets retrieved successfully - Expand to view the detailed response schema.Updated 5 months ago