get_list_of_tables
Retrieve a paginated list of tables from OpenMetadata, optionally filtered by database, using cursor-based pagination to control result size.
Instructions
Get a list of tables, optionally filtered by database it belongs to. Use fields parameter to get only necessary fields. Use cursor-based pagination to limit the number entries in the list using limit and before or after query params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| before | No |