Viewing Details of a Bulk Job
Use the get /v1/cckm/aws/bulkjob/{id}
API to view the details of a bulk job with a specific ID.
Note
To perform the bulk job operations, the CCKM Users group requires the keybulkoperation
ACL. Refer to Managing User Permissions on AWS KMS for details.
Syntax
Here, {id}
represents the resource ID of the bulk job.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.