Skip to content
v0.3

read.route_resolve

Ask whether anything knows this path before it becomes a 404 — e.g. a legacy URL that should redirect. Returns the target, or null when nobody knows it.

  • Surface: GET /v1/read/route_resolve · CLI forge read route_resolve · MCP tool read.route_resolve
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"path": {
"minLength": 1,
"pattern": "^\\/.*",
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"store",
"path"
],
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404)