---
title: "POST /input-routings"
method: POST
path: "/input-routings"
---

# POST /input-routings

`POST /input-routings`

Lists one or more input routings.

## Request body

- object
  - `inputIdentifier` object, required — The identifer of the input.
    - `iotEventsInputIdentifier` object — The identifier of the input routed to AWS IoT Events.
      - `inputName` string, required — The name of the input routed to AWS IoT Events.
    - `iotSiteWiseInputIdentifier` object — The identifer of the input routed from AWS IoT SiteWise.
      - `iotSiteWiseAssetModelPropertyIdentifier` object — The identifier of the AWS IoT SiteWise asset model property.
        - `assetModelId` string, required — The ID of the AWS IoT SiteWise asset model.
        - `propertyId` string, required — The ID of the AWS IoT SiteWise asset property.
  - `maxResults` integer — The maximum number of results to be returned per request.
  - `nextToken` string — The token that you can use to return the next set of results.

## Response `200`

Success

- ListInputRoutingsResponse
  - `routedResources` RoutedResource[] — Summary information about the routed resources.
    - `name` string — The name of the routed resource.
    - `arn` string — The ARN of the routed resource. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.
  - `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
- `484` — ResourceNotFoundException

---

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