The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
get/2012-09-25/jobsByPipeline/{PipelineId}
Path parameters
PipelineIdstring required
The ID of the pipeline for which you want to get job information.
Query parameters
Ascendingstring
To list jobs in chronological order by the date and time that they were submitted, enter <code>true</code>. To list jobs in reverse chronological order, enter <code>false</code>.
PageTokenstring
When Elastic Transcoder returns more than one page of results, use <code>pageToken</code> in subsequent <code>GET</code> requests to get each successive page of results.
Response
Success