
list-jobs-by-pipeline
*********************


DESCRIPTION
===========

To get a list of the jobs currently in a pipeline, send a GET request
to the >>``<</2012-09-25/jobsByPipeline/*[pipelineId]* `` resource.

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.


SYNOPSIS
========

   aws elastictranscoder list-jobs-by-pipeline
     --pipeline-id <value>
     [--page-token <value>]
     [--ascending <value>]


REQUIRED PARAMETERS
===================

"--pipeline-id"  (string)
   The ID of the pipeline for which you want to get job information.


OPTIONAL PARAMETERS
===================

"--page-token"  (string)
   When Elastic Transcoder returns more than one page of results, use
   "pageToken" in subsequent "GET" requests to get each successive
   page of results.

"--ascending"  (string)
   To list jobs in chronological order by the date and time that they
   were submitted, enter "true" . To list jobs in reverse
   chronological order, enter "false" .
