Returns an array of <code>JobListEntry</code> objects of the specified length. Each <code>JobListEntry</code> object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.
post/#X-Amz-Target=AWSIESnowballJobManagementService.ListJobs
Query parameters
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Headers
X-Amz-Target'AWSIESnowballJobManagementService.ListJobs' required
Request body
Response
Success
Example response
{
"JobListEntries": [
{
"CreationDate": "1460678186.0",
"Description": "MyJob",
"IsMaster": false,
"JobId": "JID123e4567-e89b-12d3-a456-426655440000",
"JobState": "New",
"JobType": "IMPORT",
"SnowballType": "STANDARD"
}
]
}