---
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

---

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