---
title: "GET /v2/domains/{domainIdentifier}/assets/{identifier}/revisions"
method: GET
path: "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions"
---

# GET /v2/domains/{domainIdentifier}/assets/{identifier}/revisions

`GET /v2/domains/{domainIdentifier}/assets/{identifier}/revisions`

Lists the revisions for the asset.

Prerequisites:

*   The asset must exist in the domain.
    
*   There must be at least one revision of the asset (which happens automatically after creation).
    
*   The domain must be valid and active.
    
*   User must have permissions on the asset and domain.

## Path parameters

- `domainIdentifier` string, required
- `identifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAssetRevisionsOutput
  - `items` AssetRevision[] — The results of the <code>ListAssetRevisions</code> action.
    - `domainId` string — The Amazon DataZone user who created the inventory asset.
    - `id` string — The identifier of the inventory asset revision.
    - `revision` string — The revision details of the inventory asset.
    - `createdBy` string — The Amazon DataZone user who created the asset revision.
    - `createdAt` string, date-time — The timestamp of when an inventory asset revison was created.
  - `nextToken` string — When the number of revisions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of revisions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListAssetRevisions</code> to list the next set of revisions.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — UnauthorizedException

---

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