dedup_search
Search a registered dedup source with regex across URL, request, response, or params. Returns match index, URL, status, and snippet. Use dedup_get for complete data.
Instructions
Regex-search a registered dedup source.
field: one of url, request, response, params, or all.
Returns matches with index + url + status + a short snippet (token-thrifty).
Use dedup_get to fetch the full request/response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| pattern | Yes | ||
| field | No | url | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |