v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141710872.9 KB

Returns information about a specific code signing job. You specify the job by using the <code>jobId</code> value that is returned by the <a>StartSigningJob</a> operation.

get/signing-jobs/{jobId}

Path parameters

jobIdstring required

The ID of the signing job on input.

Response

Success

jobIdstring

The ID of the signing job on output.

platformIdstring

The microcontroller platform to which your signed code image will be distributed.

platformDisplayNamestring

A human-readable name for the signing platform associated with the signing job.

profileNamestring

The name of the profile that initiated the signing operation.

profileVersionstring

The version of the signing profile used to initiate the signing job.

signingParametersobject

Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.

createdAtstring date-time

Date and time that the signing job was created.

completedAtstring date-time

Date and time that the signing job was completed.

signatureExpiresAtstring date-time

Thr expiration timestamp for the signature generated by the signing job.

requestedBystring

The IAM principal that requested the signing job.

status'InProgress' | 'Failed' | 'Succeeded'

Status of the signing job.

statusReasonstring

String value that contains the status reason.

jobOwnerstring

The AWS account ID of the job owner.

jobInvokerstring

The IAM entity that initiated the signing job.