---
title: "Export Bindings to CSV"
method: GET
path: "/api/v1/bindings/export/csv"
tags: ["Bindings"]
---

# Export Bindings to CSV

`GET /api/v1/bindings/export/csv`

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

## Query parameters

- `service_id` string, uuid, nullable
- `network_id` string, uuid, nullable
- `port_id` string, uuid, nullable
- `ip_address_id` string, uuid, nullable
- `limit` integer, nullable
- `offset` integer, nullable
- `at` string, date-time, nullable

## Response `200`

CSV file containing Bindings

---

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