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 '{"fieldIds":["{FIELD_ID}"],"runRecords":{"viewIdTopRecords":{"viewId":"{VIEW_ID}","numRecords":10}},"callerName":"API"}='{}