v1
latestOpenAPI 3.0.32026-07-1761731.6 KBExecute a policy given a batch of inputs
Path parameters
The path separator is used to access values inside object and array documents. If the path indexes into an array, the server will attempt to convert the array index to an integer. If the path element cannot be converted to an integer, the server will respond with 404.
Query parameters
If parameter is true, response will formatted for humans.
If parameter is true, response will include build/version info in addition to the result.
Return query explanation in addition to result.
Return query performance metrics in addition to result.
Instrument query evaluation and return a superset of performance metrics in addition to result.
Treat built-in function call errors as fatal and return an error immediately.
Headers
Indicates that the request body is gzip encoded
Indicates the server should respond with a gzip encoded body. The server will send the compressed response only if its length is above server.encoding.gzip.min_length value. See the configuration section
Request body
Response
All batched policy executions succeeded. The server also returns 200 if the path refers to an undefined document. In this case, responses will be empty.
Example response
{
"batch_decision_id": "1bef6b7d-cd13-4890-bfe1-fd2e8de32189"
}