Asset Batches
Get Asset Batch
Returns batch aggregate status and one page of items with their ids and statuses. Item statuses are one of queued, processing, completed, or failed. The per-item id is returned as video_id (the batch read model is shared with the videos batch API); for asset batches it holds the asset_id.
GET
Get Asset Batch
Authorizations
HeyGen API key. Obtain from your HeyGen dashboard.
Path Parameters
Unique asset batch identifier returned by POST /v3/assets/direct-uploads/batches
Query Parameters
Items per page (1-100).
Required range:
1 <= x <= 100Opaque pagination cursor from a previous response.
Response
Successful response
Previous
Bulk asset statusesReturns statuses for up to 100 assets in one request, addressed by comma-separated asset_ids and/or batch_ids query params. Statuses are one of queued, processing, completed, or failed, plus not_found for unknown or unowned ids. Each returned entry carries its id as video_id (the status read model is shared with the videos batch API).
Next
Get Asset Batch

