search_entities
Search for data assets in Apache Atlas by keyword, type, or classification. Returns matching entities with key attributes.
Instructions
Search for entities in Apache Atlas using basic search.
Finds data assets (tables, columns, processes, etc.) by keyword, type, or classification. Returns matching entity headers with key attributes.
Args: query: Free-text search query (e.g., "customer_orders"). type_name: Filter by entity type (e.g., "hive_table", "rdbms_table"). classification: Filter by classification tag (e.g., "PII", "Confidential"). limit: Maximum number of results (default: 25, max: 100). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| type_name | No | ||
| classification | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||