batch_request
Execute up to 50 ServiceNow REST API operations in one HTTP call to reduce round-trips and improve performance. Specify method, URL, and body for each operation.
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 |