v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141710872.9 KB

Lists all available signing profiles in your AWS account. Returns only profiles with an <code>ACTIVE</code> status unless the <code>includeCanceled</code> request field is set to <code>true</code>. 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-profiles

Query parameters

includeCanceledboolean

Designates whether to include profiles with the status of <code>CANCELED</code>.

maxResultsinteger

The maximum number of profiles to be returned.

nextTokenstring

Value 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.

platformIdstring

Filters results to return only signing jobs initiated for a specified signing platform.

statusesSigningProfileStatus[]

Filters results to return only signing jobs with statuses in the specified list.

Response

Success

nextTokenstring

Value for specifying the next set of paginated results to return.