run_bulk_enrichment
Execute a data enrichment on multiple records at once. Provide an enrichment ID and an array of parameter objects, with optional pagination support.
Instructions
Execute an enrichment on multiple inputs at once. Provide an array of parameter objects. Subject to spending limits. For paginated enrichments, use the pages parameter to fetch multiple pages per record (each page per record is billed separately).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrichment_id | Yes | The ID of the enrichment to run | |
| params_list | Yes | Array of parameter objects, one per record | |
| pages | No | Number of pages to fetch per record for paginated enrichments (default: 1, max: 100). Each page per record is billed separately. |