search_asset
Search data assets (tables, dashboards, pipelines, ML models) by type, health status, owner, tag, or text. Retrieve paginated results to identify relevant assets for observability.
Instructions
Search assets, tables, dashboards, pipelines.
asset_type can be one of the following: TABLE_AND_VIEW, PIPELINE, DASHBOARD, ML_MODEL
health_status can be one of the following: URGENT_INCIDENTS, HIGH_RISK_INCIDENTS, NO_INCIDENTS, NOT_MONITORED, UNSUPPORTED
owners is a list of owners emails associated with the asset
tags is a list of tags associated with the asset
text_search is a string to search in the asset name or description
items_per_page is the number of items to return per page
page is the page number to return. Pages start at 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| tags | Yes | ||
| asset_type | Yes | ||
| text_search | Yes | ||
| owners_email | Yes | ||
| health_status | Yes | ||
| items_per_page | Yes |