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

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

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

Lists decoder manifests.

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

## Headers

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

## Request body

- ListDecoderManifestsRequest
  - `modelManifestArn` string — The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.
  - `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: decoder manifest name, Amazon Resource Name (ARN), creation time, and last modification time.

## Response `200`

Success

- ListDecoderManifestsResponse
  - `summaries` DecoderManifestSummary[] — A list of information about each decoder manifest.
    - `name` string — The name of the decoder manifest.
    - `arn` string — The ARN of a vehicle model (model manifest) associated with the decoder manifest.
    - `modelManifestArn` string — The ARN of a vehicle model (model manifest) associated with the decoder manifest.
    - `description` string — A brief description of the decoder manifest.
    - `status` 'ACTIVE' | 'DRAFT' | 'INVALID' | 'VALIDATING' — The state of the decoder manifest. If the status is <code>ACTIVE</code>, the decoder manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the decoder manifest.
    - `creationTime` string, date-time, required — The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
    - `lastModificationTime` string, date-time, required — The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
    - `message` string — The detailed message for the decoder manifest. When a decoder manifest is in an <code>INVALID</code> status, the message contains detailed reason and help information.
  - `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)
