
list-jobs-by-status
*******************


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

To get a list of the jobs that have a specified status, send a GET
request to the >>``<</2012-09-25/jobsByStatus/*[status]* `` resource.

Elastic Transcoder returns all of the jobs that have the specified
status. The response body contains one element for each job that
satisfies the search criteria.


SYNOPSIS
========

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


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

"--status"  (string)
   To get information about all of the jobs associated with the
   current AWS account that have a given status, specify the following
   status: "Submitted" , "Progressing" , "Completed" , "Canceled" , or
   "Error" .


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" .
