list-data-products
Retrieve a paginated list of data products, optionally filtered by domain or including deleted entities. Use cursors for forward or backward navigation.
Instructions
List data products with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to include | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| domain | No | Filter by domain FQN | |
| include | No | Include deleted entities | non-deleted |