OptionalacceptOptionalcontentIndicates that the request body is gzip encoded
OptionalexplainReturn query explanation in addition to result.
OptionalinstrumentInstrument query evaluation and return a superset of performance metrics in addition to result.
OptionalmetricsReturn query performance metrics in addition to result.
OptionalpathThe 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.
OptionalprettyIf parameter is true, response will formatted for humans.
OptionalprovenanceIf parameter is true, response will include build/version info in addition to the result.
The input document
OptionalstrictTreat built-in function call errors as fatal and return an error immediately.
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_lengthvalue. See the configuration section