{ "opencollection": "1.0.0", "info": { "name": "Amazon Elastic Transcoder Jobs JobsByPipeline API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "JobsByPipeline", "type": "folder" }, "items": [ { "info": { "name": "Amazon Elastic Transcoder ListJobsByPipeline", "type": "http" }, "http": { "method": "GET", "url": "http://elastictranscoder.{region}.amazonaws.com/2012-09-25/jobsByPipeline/:PipelineId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "PipelineId", "value": "", "type": "path", "description": "The ID of the pipeline for which you want to get job information." }, { "name": "Ascending", "value": "", "type": "query", "description": " 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. " }, { "name": "PageToken", "value": "", "type": "query", "description": " When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results. " } ] }, "docs": "

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.

" } ] } ], "bundled": true }