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

# GET /inputs

`GET /inputs`

Lists the inputs you have created.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListInputsResponse
  - `inputSummaries` InputSummary[] — Summary information about the inputs.
    - `inputName` string — The name of the input.
    - `inputDescription` string — A brief description of the input.
    - `inputArn` string — The ARN of the input.
    - `creationTime` string, date-time — The time the input was created.
    - `lastUpdateTime` string, date-time — The last time the input was updated.
    - `status` 'CREATING' | 'UPDATING' | 'ACTIVE' | 'DELETING' — The status of the input.
  - `nextToken` string — The token that you can use to return the next set of results, or <code>null</code> if there are no more results.

## Other responses

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

---

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