getHarvestJob
Retrieves the details of a specific harvest job.
Samples
// Getting a Harvest Job
val resp = mediaPackageV2Client.getHarvestJob {
channelGroupName = "exampleChannelGroup"
channelName = "exampleChannelName"
originEndpointName = "exampleOriginEndpointName"
harvestJobName = "HarvestJobName"
}Content copied to clipboard