---
title: "List all available API routes"
method: GET
path: "/v1alpha/admin/inspect/routes"
tags: ["Admin"]
---

# List all available API routes

`GET /v1alpha/admin/inspect/routes`

List all available API routes with their methods and implementing providers.

## Query parameters

- `api_filter` 'v1' | 'v1alpha' | 'v1beta' | 'deprecated', nullable — Filter to control which routes are returned. Can be an API level ('v1', 'v1alpha', 'v1beta') to show non-deprecated routes at that level, or 'deprecated' to show deprecated routes across all levels. If not specified, returns all non-deprecated routes.

## Response `200`

A list of route information objects.

- ListRoutesResponse — Response containing a list of all available API routes.
  - `data` RouteInfo[], required — List of available API routes
    - `route` string, required — The API route path
    - `method` string, required — The HTTP method for the route
    - `provider_types` string[], required — List of provider types implementing this route

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/revisions/f3f783962256/schema)
