---
title: "GET /routes"
method: GET
path: "/routes"
---

# GET /routes

`GET /routes`

## Response `200`

Langbase API: List of unique routes

- object
  - `success` boolean, required
  - `message` string, required — A message listing available routes.
  - `routes` object[], required
    - `method` string, required
    - `path` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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