---
title: "Get Channel Routes"
method: GET
path: "/api/user/channels/routes"
---

# Get Channel Routes

`GET /api/user/channels/routes`

Return the current user's channel routes with enabled status.

## Response `200`

Successful Response

- ChannelRouteListResponse
  - `routes` ChannelRouteResponse[], required
    - `channel` string, required
    - `channel_identifier` string, required
    - `enabled` boolean, required
    - `created_at` string, required
    - `last_inbound_at` string, nullable

## Changes

- **2026-04-15** `51c8fc608979` — 1 info
  - added the optional property `routes/items/last_inbound_at` to the response with the `200` status
- **2026-03-25** `52e52f372197` — 1 info
  - endpoint added
- **2026-03-20** `4c528359213d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/channels/routes/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
