get_knowledge_rows
Fetch sample data rows from knowledge lists to inspect actual payloads and understand data structure for workflows.
Instructions
Fetch sample rows from a knowledge list. Use this to inspect actual data — see example payloads from investor/deal lists. Returns rows with their full rowData, plus count and totalCount for the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listKey | Yes | The list key to fetch rows from (e.g., "investors", "deals") | |
| limit | No | Number of rows to return (default 5, max 50) |