---
title: "POST /#X-Amz-Target=IoTAutobahnControlPlane.ListModelManifests"
method: POST
path: "/#X-Amz-Target=IoTAutobahnControlPlane.ListModelManifests"
---

# POST /#X-Amz-Target=IoTAutobahnControlPlane.ListModelManifests

`POST /#X-Amz-Target=IoTAutobahnControlPlane.ListModelManifests`

Retrieves a list of vehicle models (model manifests).

This API operation uses pagination. Specify the `nextToken` parameter in the request to return more results.

## Headers

- `X-Amz-Target` 'IoTAutobahnControlPlane.ListModelManifests', required

## Request body

- ListModelManifestsRequest
  - `signalCatalogArn` string — The ARN of a signal catalog. If you specify a signal catalog, only the vehicle models associated with it are returned.
  - `nextToken` string — <p>A pagination token for the next set of results.</p> <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>
  - `maxResults` integer — The maximum number of items to return, between 1 and 100, inclusive.
  - `listResponseScope` 'METADATA_ONLY' — When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: model manifest name, Amazon Resource Name (ARN), creation time, and last modification time.

## Response `200`

Success

- ListModelManifestsResponse
  - `summaries` ModelManifestSummary[] — A list of information about vehicle models.
    - `name` string — The name of the vehicle model.
    - `arn` string — The Amazon Resource Name (ARN) of the vehicle model.
    - `signalCatalogArn` string — The ARN of the signal catalog associated with the vehicle model.
    - `description` string — A brief description of the vehicle model.
    - `status` 'ACTIVE' | 'DRAFT' | 'INVALID' | 'VALIDATING' — The state of the vehicle model. If the status is <code>ACTIVE</code>, the vehicle model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle model.
    - `creationTime` string, date-time, required — The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
    - `lastModificationTime` string, date-time, required — The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
  - `nextToken` string — The token to retrieve the next set of results, or <code>null</code> if there are no more results.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException

---

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