fieldIds: Array of column IDs to run the enrichment onrunRecords: Specify which records to run using viewIdTopRecordsviewId: The view ID to run records fromnumRecords: Number of rows to run (e.g., 10 runs the first 10 rows). Remove this parameter if you want to run all records in the view.numRecordscurl --location --request PATCH 'https://api.clay.com/v3/tables/<TABLE_ID>/run' \
--header 'Cookie: {YOUR_CLAY_COOKIES}' \
--data-urlencode '%7B%22fieldIds%22%3A%5B%22%7BFIELD_ID%7D%22%5D%2C%22runRecords%22%3A%7B%22viewIdTopRecords%22%3A%7B%22viewId%22%3A%22%7BVIEW_ID%7D%22%2C%22numRecords%22%3A10%7D%7D%2C%22callerName%22%3A%22API%22%7D='{}