---
title: "does route exists"
method: POST
path: "/w/{workspace}/http_triggers/route_exists"
tags: ["http_trigger"]
---

# does route exists

`POST /w/{workspace}/http_triggers/route_exists`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `route_path` string, required
  - `http_method` 'get' | 'post' | 'put' | 'delete' | 'patch', required
  - `trigger_path` string
  - `workspaced_route` boolean

## Response `200`

route exists

- boolean

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/versions/155a35b3caff/schema)
