batch_request
Execute multiple ServiceNow REST API operations in a single HTTP call, reducing round-trips by combining up to 50 requests with method, URL, and optional body.
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 |