search_listings
Search published data asset listings in Amazon DataZone using keywords, filters, and sorting options to find relevant assets.
Instructions
Search published data asset listings in Amazon DataZone using keyword, filter, and sort options.
Use it to search only within published data asset listings.
related tools:
search: Use only when the user needs general discovery across all entity types (e.g., glossary terms, data products).
Args: domain_identifier (str): The ID of the domain to search in search_text (str, optional): Text to search for max_results (int, optional): Maximum number of results to return (1-50, default: 50) next_token (str, optional): Token for pagination additional_attributes (List[str], optional): Additional attributes to include in search Valid values: ["FORMS", "TIME_SERIES_DATA_POINT_FORMS"] search_in (List[Dict[str, str]], optional): Attributes to search in Example: [{"attribute": "name"}, {"attribute": "description"}] sort (Dict[str, str], optional): Sorting criteria Example: {"attribute": "name", "order": "ASCENDING"}
Returns: Any: The API response containing search results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| search_in | No | ||
| next_token | No | ||
| max_results | No | ||
| search_text | No | ||
| domain_identifier | Yes | ||
| additional_attributes | No |