---
title: "[Beta] List active axons."
method: GET
path: "/v1/axons"
tags: ["axons"]
---

# [Beta] List active axons.

`GET /v1/axons`

[Beta] List all active axons.

## Response `200`

OK

- AxonListView
  - `axons` AxonView[], required — List of active axons.
    - `id` string, required — The axon identifier.
    - `name` string, nullable — The name of the axon.
    - `created_at_ms` integer, required — Creation time in milliseconds since epoch.

## Changes

- **2026-03-24** `32e4b2dfb757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/axons/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/32e4b2dfb757/schema)
