---
title: "Match All"
method: GET
path: "/{full_path}"
tags: ["match_all"]
---

# Match All

`GET /{full_path}`

Match all route

This router will take any requests with a path that is not defined and
1. If the request has email_hash, cluster_id etc that have a mapping, call that cluster directly
2. Otherwise hit all clusters

## Path parameters

- `full_path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-13** `d6f6ea2128d2` — 1 info
  - api operation id `match_all__full_path__post` removed and replaced with `match_all__full_path__patch`

[Change history](https://skmtc.dev/spotdraft/apis/oogway-be-router/changes/:full_path/get.md)

---

[API](https://skmtc.dev/spotdraft/apis/oogway-be-router.md) · [All operations](https://skmtc.dev/spotdraft/apis/oogway-be-router/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spotdraft/oogway-be-router/revisions/d6f6ea2128d2/schema)
