search-metadata
Search OpenMetadata entities such as tables, topics, and dashboards by keyword. Supports filtering by entity index, pagination, sorting, and soft-deleted entities.
Instructions
Search OpenMetadata entities (tables, topics, dashboards, pipelines, glossary terms, etc.) by keyword
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| index | No | Restrict search to a specific entity index | |
| from | No | Pagination offset | |
| size | No | Number of results to return (max 100) | |
| deleted | No | Include soft-deleted entities | |
| trackTotalHits | No | Track exact total hit count | |
| queryFilter | No | ElasticSearch query filter (JSON) | |
| sortField | No | Sort field (e.g. 'updatedAt') | |
| sortOrder | No | Sort order | |
| includeSourceFields | No | Source fields to include | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |