batch_request
Combine up to 50 ServiceNow REST API operations into one request to reduce network round-trips. 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 |