list-tables
List tables from OpenMetadata with pagination and customizable field expansion. Filter by database or schema, and include or exclude deleted entities.
Instructions
List tables with pagination and optional field expansion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include (e.g. 'columns,owners,tags,joins') | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| database | No | Filter by database FQN | |
| databaseSchema | No | Filter by database schema FQN | |
| include | No | Include deleted entities | non-deleted |
| 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. |