---
title: "Export action (flat interface)"
method: GET
path: "/actions/{selector}/export"
tags: ["Actions"]
---

# Export action (flat interface)

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

- ActionExportProperties
  - `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 — Key for the connection-level instance when multiple exist per connection. Same semantics as base integration-level property.
  - `inputSchema` ActionExportPropertiesSchema0
    - `title` string
    - `description` string
    - `type` union
      - string
      - string[]
    - `format` string
    - `properties` object
    - `items` ActionExportPropertiesSchema0 — recursive
    - `additionalProperties` union
      - boolean
      - ActionExportPropertiesSchema0 — recursive
    - `enum` union[]
      - union
        - string
        - number
    - `referenceRecords` object[]
    - `referenceCollection` object
      - `key` object
      - `parameters` object
    - `referenceUdm` string
    - `default` object
    - `allowCustom` boolean
    - `$ref` string
    - `required` string[]
    - `minLength` number
    - `maxLength` number
    - `minimum` number
    - `maximum` number
    - `maxItems` number
    - `readOnly` boolean
    - `writeOnly` boolean
    - `examples` object[]
    - `anyOf` ActionExportPropertiesSchema0[]
    - `isImplied` boolean
    - `isSensitive` boolean
    - `referenceCollectionPath` string
    - `referenceCollectionUri` string
  - `type` 'list-data-records' | 'find-data-record-by-id' | 'match-data-record' | 'create-data-record' | 'find-or-create-data-record' | 'update-data-record' | 'delete-data-record' | 'search-data-record' | 'connector-operation' | 'api-request-to-external-app' | 'api-request-to-your-app' | 'http-request' | 'run-javascript' | 'api-request' — Action type (e.g. ConnectorOperation, RunJavascript). Determines which handler runs and which config schema is used for validation.
  - `config` object — Type-specific configuration object. Validated by the handler's config schema; passed to handler setup/run and getTemplateOutputSchema.
  - `outputMapping` unknown
  - `customOutputSchema` ActionExportPropertiesSchema0
    - `title` string
    - `description` string
    - `type` union
      - string
      - string[]
    - `format` string
    - `properties` object
    - `items` ActionExportPropertiesSchema0 — recursive
    - `additionalProperties` union
      - boolean
      - ActionExportPropertiesSchema0 — recursive
    - `enum` union[]
      - union
        - string
        - number
    - `referenceRecords` object[]
    - `referenceCollection` object
      - `key` object
      - `parameters` object
    - `referenceUdm` string
    - `default` object
    - `allowCustom` boolean
    - `$ref` string
    - `required` string[]
    - `minLength` number
    - `maxLength` number
    - `minimum` number
    - `maximum` number
    - `maxItems` number
    - `readOnly` boolean
    - `writeOnly` boolean
    - `examples` object[]
    - `anyOf` ActionExportPropertiesSchema0[]
    - `isImplied` boolean
    - `isSensitive` boolean
    - `referenceCollectionPath` string
    - `referenceCollectionUri` 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)
