batch_request
Execute multiple ServiceNow REST operations in a single HTTP call to reduce round-trips by 50-70%.
Instructions
Execute multiple ServiceNow REST API operations in a single HTTP call. Reduces round-trips by 50-70%. Each operation specifies method, URL path, and optional body. Max 50 operations per batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of REST operations to execute |