HTTP GET JSON
http_get_jsonRetrieve JSON data from HTTPS URLs that pass an SSRF host allowlist, with a configurable timeout to avoid hangs.
Instructions
GET an allowlisted https:// URL and return the JSON body. Enforces an https-only rule, an SSRF host allowlist, and a request timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute https:// URL to GET. Host must be in ALLOWED_FETCH_HOSTS. | |
| timeout_ms | No | Abort the request after this many milliseconds. |