---
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

---

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