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

---

[API](https://skmtc.net/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.net/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runloopai/runloop-api/versions/ef553a04de89/schema)
