v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426146126.4 KB

Returns information about a specific job including shipping information, job status, and other important metadata.

post/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeJob

Headers

X-Amz-Target'AWSIESnowballJobManagementService.DescribeJob' required

Request body

JobIdstring required

The automatically generated ID for a job, for example <code>JID123e4567-e89b-12d3-a456-426655440000</code>.

Response

Success

Example response

{
  "JobMetadata": {
    "AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
    "CreationDate": "1475626164",
    "Description": "My Job",
    "JobId": "JID123e4567-e89b-12d3-a456-426655440000",
    "JobState": "New",
    "JobType": "IMPORT",
    "KmsKeyARN": "arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456",
    "Notification": {
      "JobStatesToNotify": [],
      "NotifyAll": false
    },
    "Resources": {
      "S3Resources": [
        {
          "BucketArn": "arn:aws:s3:::MyBucket",
          "KeyRange": {}
        }
      ]
    },
    "RoleARN": "arn:aws:iam::123456789012:role/snowball-import-S3-role",
    "ShippingDetails": {
      "ShippingOption": "SECOND_DAY"
    },
    "SnowballCapacityPreference": "T80",
    "SnowballType": "STANDARD"
  }
}