---
title: "Export package (flat interface)"
method: GET
path: "/packages/{selector}/export"
tags: ["Packages"]
---

# Export package (flat interface)

`GET /packages/{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`

- PackageExportProperties
  - `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
  - `elements` object[]
    - `uuid` string, required
    - `type` 'customer' | 'app' | 'connector' | 'integration' | 'flow' | 'flow-instance' | 'flow-run' | 'action' | 'package' | 'action-instance' | 'connection' | 'field-mapping' | 'field-mapping-instance' | 'data-source' | 'data-source-instance' | 'data-link-table' | 'data-link-table-instance' | 'app-event-type' | 'app-event-subscription' | 'app-event-log-record' | 'app-data-schema' | 'app-data-schema-instance' | 'external-event-subscription' | 'external-event-log-record' | 'external-event-pull' | 'external-event-type' | 'screen' | 'action-run-log-record' | 'external-api-log-record' | 'incoming-webhook-log-record' | 'connected-product', required
    - `element` object

---

[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/revisions/1db9c5a3d78c/schema)
