---
title: "GET /job-templates"
method: GET
path: "/job-templates"
---

# GET /job-templates

`GET /job-templates`

Returns a list of job templates.

Requires permission to access the [ListJobTemplates](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListJobTemplatesResponse
  - `jobTemplates` JobTemplateSummary[] — A list of objects that contain information about the job templates.
    - `jobTemplateArn` string — The ARN of the job template.
    - `jobTemplateId` string — The unique identifier of the job template.
    - `description` string — A description of the job template.
    - `createdAt` string, date-time — The time, in seconds since the epoch, when the job template was created.
  - `nextToken` string — The token for the next set of results, or <b>null</b> if there are no additional results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException

---

[API](https://skmtc.net/aws/apis/iot.md) · [All operations](https://skmtc.net/aws/apis/iot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iot/revisions/deef5c4b09f0/schema)
