v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141710872.9 KB

Lists all your signing jobs. You can use the <code>maxResults</code> parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns a <code>nextToken</code> value. Use this value in subsequent calls to <code>ListSigningJobs</code> to fetch the remaining values. You can continue calling <code>ListSigningJobs</code> with your <code>maxResults</code> parameter and with new values that code signing returns in the <code>nextToken</code> parameter until all of your signing jobs have been returned.

get/signing-jobs

Query parameters

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

A status value with which to filter your results.

platformIdstring

The ID of microcontroller platform that you specified for the distribution of your code image.

requestedBystring

The IAM principal that requested the signing job.

maxResultsinteger

Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the <code>nextToken</code> element is set in the response. Use the <code>nextToken</code> value in a subsequent request to retrieve additional items.

nextTokenstring

String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of <code>nextToken</code> from the response that you just received.

isRevokedboolean

Filters results to return only signing jobs with revoked signatures.

signatureExpiresBeforestring date-time

Filters results to return only signing jobs with signatures expiring before a specified timestamp.

signatureExpiresAfterstring date-time

Filters results to return only signing jobs with signatures expiring after a specified timestamp.

jobInvokerstring

Filters results to return only signing jobs initiated by a specified IAM entity.

Response

Success

nextTokenstring

String for specifying the next set of paginated results.