---
title: "[Beta] Get an axon."
method: GET
path: "/v1/axons/{id}"
tags: ["axons"]
---

# [Beta] Get an axon.

`GET /v1/axons/{id}`

[Beta] Get an axon given ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- AxonView
  - `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.

---

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