---
title: "GET /thing-registration-tasks"
method: GET
path: "/thing-registration-tasks"
---

# GET /thing-registration-tasks

`GET /thing-registration-tasks`

List bulk thing provisioning tasks.

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

## Query parameters

- `nextToken` string
- `maxResults` integer
- `status` 'InProgress' | 'Completed' | 'Failed' | 'Cancelled' | 'Cancelling'

## Response `200`

Success

- ListThingRegistrationTasksResponse
  - `taskIds` TaskId[] — A list of bulk thing provisioning task IDs.
  - `nextToken` string — The token to use to get the next set of results, or <b>null</b> if there are no additional results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — UnauthorizedException
- `483` — 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)
