---
title: "Export data source (flat interface)"
method: GET
path: "/data-sources/{selector}/export"
tags: ["DataSources"]
---

# Export data source (flat interface)

`GET /data-sources/{selector}/export`

## Path parameters

- `selector` string, required

## Query parameters

- `layer` 'universal' | 'integration' | 'connection'
- `integrationKey` string
- `integrationId` string
- `connectionId` string
- `connectionKey` string
- `instanceKey` string

## Response `200`

- DataSourceExportProperties
  - `uuid` string, required — Stable unique identifier (UUID). Can be provided on create; otherwise generated. Must be unique across elements of this type.
  - `key` string, required — Stable key for referencing the element (e.g. in selectors). Unique per (parent, integration) scope. Generated from name if not provided on create.
  - `name` string — Display name. Optional on create; used to generate key when key is omitted.
  - `description` string — Optional human-readable description.
  - `meta` object — Optional key-value metadata.
  - `integrationUuid` string
  - `parentUuid` string
  - `externalAppUuid` string
  - `isCustomized` boolean
  - `isUniversal` boolean
  - `instanceKey` string
  - `udm` string
  - `pullUpdatesIntervalSeconds` number
  - `fullSyncIntervalSeconds` number
  - `collectionKey` string
  - `collectionParameters` object
  - `path` string
  - `defaultPath` string

---

[API](https://skmtc.net/integration/apis/membrane-api.md) · [All operations](https://skmtc.net/integration/apis/membrane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/integration/membrane-api/versions/1db9c5a3d78c/schema)
