v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1417171268.6 KB

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

NextPageTokenstring

A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of <code>NextPageToken</code> is <code>null</code>.