get_listing
Retrieve a specific listing record from Amazon DataZone, including revision history, status, and metadata. Optionally get details for a particular listing revision.
Instructions
Gets a listing (a record of an asset at a given time) in Amazon DataZone.
If a listing version is specified, only details specific to that version are returned.
Args: domain_identifier (str): The ID of the Amazon DataZone domain Pattern: ^dzd[-][a-zA-Z0-9-]{1,36}$ identifier (str): The ID of the listing Pattern: ^[a-zA-Z0-9_-]{1,36}$ listing_revision (str, optional): The revision of the listing Length: 1-64 characters
Returns: Any: The API response containing: - Listing ID and revision - Creation and update timestamps - Domain ID - Listing name and description - Listing status (CREATING | ACTIVE | INACTIVE) - Listing item details - Creator and updater information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| listing_revision | No | ||
| domain_identifier | Yes |