v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array

get/2017-08-29/jobTemplates

Query parameters

categorystring

Optionally, specify a job template category to limit responses to only job templates from that category.

listBy'NAME' | 'CREATION_DATE' | 'SYSTEM'

Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.

Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.

maxResultsinteger

Optional. Number of job templates, up to twenty, that will be returned at one time.

nextTokenstring

Use this string, provided with the response to a previous request, to request the next batch of job templates.

order'ASCENDING' | 'DESCENDING'

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

Use this string to request the next batch of job templates.