make_get_records
Lists records from a Make.com data store by data store ID. Each returned record includes a key and data object, with results capped at a configurable limit (default 100, max 1000).
Instructions
List the records in a Make.com data store. Each record has a 'key' and a 'data' object. Results are capped (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 100, max 1000) | |
| data_store_id | Yes | The data store ID (from make_list_data_stores) |