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

# [Beta] List active axons.

`GET /v1/axons`

[Beta] List all active axons.

## Query parameters

- `name` string
- `id` string
- `search` string
- `limit` integer
- `starting_after` string
- `include_total_count` boolean

## 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.
  - `has_more` boolean, required
  - `total_count` integer, nullable

## Changes

- **2026-07-22** `fe489479c0aa` — 1 info
  - added the new optional `query` request parameter `search`
- **2026-04-01** `c33fa67077f6` — 7 info
  - added the new optional `query` request parameter `id`
  - added the new optional `query` request parameter `include_total_count`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `name`
  - …3 more
- **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/e9dc776053e4/schema)
