---
title: "GET /jobs"
method: GET
path: "/jobs"
---

# GET /jobs

`GET /jobs`

Lists jobs.

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

## Query parameters

- `status` 'IN_PROGRESS' | 'CANCELED' | 'COMPLETED' | 'DELETION_IN_PROGRESS' | 'SCHEDULED'
- `targetSelection` 'CONTINUOUS' | 'SNAPSHOT'
- `maxResults` integer
- `nextToken` string
- `thingGroupName` string
- `thingGroupId` string
- `namespaceId` string

## Response `200`

Success

- ListJobsResponse
  - `jobs` JobSummary[] — A list of jobs.
    - `jobArn` string — The job ARN.
    - `jobId` string — The unique identifier you assigned to this job when it was created.
    - `thingGroupId` string — The ID of the thing group.
    - `targetSelection` 'CONTINUOUS' | 'SNAPSHOT' — <p>Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.</p> <note> <p>We recommend that you use continuous jobs instead of snapshot jobs for dynamic thing group targets. By using continuous jobs, devices that join the group receive the job execution even after the job has been created.</p> </note>
    - `status` 'IN_PROGRESS' | 'CANCELED' | 'COMPLETED' | 'DELETION_IN_PROGRESS' | 'SCHEDULED' — The job summary status.
    - `createdAt` string, date-time — The time, in seconds since the epoch, when the job was created.
    - `lastUpdatedAt` string, date-time — The time, in seconds since the epoch, when the job was last updated.
    - `completedAt` string, date-time — The time, in seconds since the epoch, when the job completed.
    - `isConcurrent` boolean — Indicates whether a job is concurrent. Will be true when a job is rolling out new job executions or canceling previously created executions, otherwise false.
  - `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` — ResourceNotFoundException
- `482` — ThrottlingException
- `483` — ServiceUnavailableException

---

[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)
