{
"opencollection": "1.0.0",
"info": {
"name": "Amazon Elastic Transcoder Jobs JobsByStatus API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "JobsByStatus",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon Elastic Transcoder ListJobsByStatus",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://elastictranscoder.{region}.amazonaws.com/2012-09-25/jobsByStatus/:Status",
"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": "Status",
"value": "",
"type": "path",
"description": "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, Complete, Canceled, or Error."
},
{
"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 ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria."
}
]
}
],
"bundled": true
}