make_get_records
Retrieve records from a Make.com data store, returning each record's key and data object, with configurable limit up to 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) |