For AI agents: a documentation index is available at /llms.txt
Skip to main content

RequestFilterOptions

Properties

PropertyTypeDescription
method?Method[]The method of the request to return results for
operator?OperatorTypeWhen applying arguments like URL or method, this operator will either "and" them together, or "or" them together. Default is "or" Default or
timeout?numberHow long to wait for the request(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 request to match against
url?string[]The pattern of the request URL to wait for, using glob-style pattern-matching
wait?booleanWhether or not to wait for the request to be made. When set to true, generally only one request is returned since this API will wait for the first request that matches any patterns to be returned Default true