---
title: "Export IP Addresses to CSV"
method: GET
path: "/api/v1/ip-addresses/export/csv"
tags: ["IP Addresses"]
---

# Export IP Addresses to CSV

`GET /api/v1/ip-addresses/export/csv`

Export all IP Addresses matching the filter criteria to CSV format. Ignores pagination parameters (limit/offset) and exports all matching records.

## Query parameters

- `host_id` string, uuid, nullable
- `subnet_id` string, uuid, nullable
- `network_id` string, uuid, nullable
- `limit` integer, nullable
- `offset` integer, nullable
- `at` string, date-time, nullable

## Response `200`

CSV file containing IP Addresses

## Changes

> 72 revisions in range; 66 could not be searched.

- **2026-04-20** `f04499e2280f` — 1 warning
  - deleted the `query` request parameter `at`

[Change history](https://skmtc.dev/scanopy/apis/scanopy-api/changes/api/v1/ip-addresses/export/csv/get.md)

---

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