---
title: "List all the assets living on an ASN."
method: GET
path: "/api/v2/companies/{id}/asn/assets"
tags: ["Company Digital Footprint"]
---

# List all the assets living on an ASN.

`GET /api/v2/companies/{id}/asn/assets`

The list of all the assets living on a specific ASN.

## Path parameters

- `id` integer, required

## Query parameters

- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100 | 250
- `code` string, required
- `cidr` string, required

## Response `200`

Success

- string[], nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
