Page optimized for desktop experience. Please use a desktop browser for best compatibility.

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

Response Messages

Successful response

{
  "status": "Initialized",
  "details": "string"
}

Bad request

  • video id does not exist
  • video does not have chapters

Unauthorized error

  • user does not have view rights
  • user not a system user

Internal server error