Get Video Presentation Chapter Status
This endpoint retrieves the status of all presentation file chapters that have been uploaded for a specified video.
Status return values can be:
- Initialized
- InProgress
- Completed
- Error
GET
/api/v2/videos/{videoId}/presentation-status
Path Parameters
| Parameter | Type | Validations |
|---|---|---|
| videoId | string, required | ID of video to retrieve chapters for |