---
title: "GET /asset-models"
method: GET
path: "/asset-models"
---

# GET /asset-models

`GET /asset-models`

Retrieves a paginated list of summaries of all asset models.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAssetModelsResponse
  - `assetModelSummaries` AssetModelSummary[], required — A list that summarizes each asset model.
    - `id` string, required — The ID of the asset model (used with IoT SiteWise APIs).
    - `arn` string, required — <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the asset model, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}</code> </p>
    - `name` string, required — The name of the asset model.
    - `description` string, required — The asset model description.
    - `creationDate` string, date-time, required — The date the asset model was created, in Unix epoch time.
    - `lastUpdateDate` string, date-time, required — The date the asset model was last updated, in Unix epoch time.
    - `status` object, required — The current status of the asset model.
      - `state` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'PROPAGATING' | 'DELETING' | 'FAILED', required — The current state of the asset model.
      - `error` object — Contains associated error information, if any.
        - `code` 'VALIDATION_ERROR' | 'INTERNAL_FAILURE', required — The error code.
        - `message` string, required — The error message.
        - `details` DetailedError[] — A list of detailed errors.
          - `code` 'INCOMPATIBLE_COMPUTE_LOCATION' | 'INCOMPATIBLE_FORWARDING_CONFIGURATION', required — The error code.
          - `message` string, required — The error message.
  - `nextToken` string — The token for the next set of results, or null if there are no additional results.

## Other responses

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

---

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