bodyEncoding? | boolean | Request the base64Encoded body flag. Enable only when the target BQL schema supports it. |
method? | Method[] | The method of the response to return results for |
operator? | OperatorType | When applying arguments like URL or method, this operator will either "and" them together, or "or" them together. Default is "or" Default or |
status? | number[] | The status codes response to return results for |
timeout? | number | How long to wait for the response(s) to be made before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000. "wait" parameter must also be "true". |
type? | ResourceType[] | The type content-type of the response to match against |
url? | string[] | The pattern of the response URL to wait for, using glob-style pattern-matching |
wait? | boolean | Whether or not to wait for the response to be received. When set to true, generally only one response is returned since this API will wait for the first response that matches any patterns to be returned Default true |