---
title: "Retrieve ASN"
method: GET
path: "/public/user/asn/retrieve/{asn_id}"
tags: ["ASN"]
---

# Retrieve ASN

`GET /public/user/asn/retrieve/{asn_id}`

Retrieves a specific ASN.

## Path parameters

- `asn_id` string, required

## Response `200`

Successful ASN Retrieve

- AsnSuccessfulRetrieveResponse — Asn retrieve was successful.
  - `data` object — Retrieved Asn item details.
    - `asn_id` integer
    - `asn_ip_address_count` integer
    - `asn_name` string
    - `asn_node_count` integer
    - `asn_rir` 'arin' | 'ripe' | 'apnic' | 'lacnic' | 'afrinic' | 'jpnic'
    - `asn_type` 'business' | 'cdn' | 'education' | 'gov' | 'hosting' | 'isp'
    - `country_id` string
  - `message` string — Status message for the retrieval.

---

[API](https://skmtc.dev/byteful/apis/byteful-public-user-api.md) · [All operations](https://skmtc.dev/byteful/apis/byteful-public-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteful/byteful-public-user-api/revisions/3db1a6fc0099/schema)
