---
title: "List registered API routes"
method: GET
path: "/api/routes"
tags: ["Health"]
---

# List registered API routes

`GET /api/routes`

List registered API routes. Returns the requested resource or collection for the authenticated caller.

## Response `200`

Route metadata

- RouteInfo[] — Response payload encoded as application/json.
  - `method` string, required — method value for the route Info object.
  - `path` string, required — File system path or repository-relative path.
  - `group` string, required — group value for the route Info object.
  - `description` string, required — Optional human-readable description.
  - `params` RouteParam[] — Collection of param values.
  - `body` unknown

## Changes

> 11 revisions in range; 1 could not be searched.

- **2026-06-01** `90fa68eb439c` — 2 breaking, 2 warning
  - removed the required property `items/params/items/in` from the response with the `200` status
  - removed the required property `items/params/items/name` from the response with the `200` status
  - removed the optional property `items/params/items/example` from the response with the `200` status
  - removed the optional property `items/params/items/required` from the response with the `200` status
- **2026-05-29** `2d34481e85d7` — 4 info
  - added the optional property `items/params/items/example` to the response with the `200` status
  - added the optional property `items/params/items/required` to the response with the `200` status
  - added the required property `items/params/items/in` to the response with the `200` status
  - added the required property `items/params/items/name` to the response with the `200` status

[Change history](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/changes/api/routes/get.md)

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
