deploy_diagnose_url
Diagnose a Run402 public URL to check if it is served by the current live release, with warnings for ignored query strings and fragments. Provides match status, body diagnostics, and cache metadata.
Instructions
Read-only authenticated diagnostics for a Run402 public URL or host/path pair. Explains whether the current live release would serve the URL, including match, diagnostic body status, static manifest/cache metadata when returned, structured warnings for ignored query/fragment, and next steps. This does not fetch bytes, purge cache, mutate deploy state, or expose internal CAS URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Absolute HTTP(S) public URL to diagnose. Mutually exclusive with host/path. | |
| host | No | Lower-level hostname form without scheme, path, query, or fragment. | |
| path | No | Lower-level public URL path. Must start with '/' when supplied. | |
| method | No | HTTP method to diagnose. Defaults to gateway behavior when omitted. | |
| project_id | Yes | Project ID used for local apikey lookup. It is not sent as a query parameter. |