---
title: "List internal event types"
method: GET
path: "/app-event-types"
tags: ["AppEventTypes"]
---

# List internal event types

`GET /app-event-types`

## Query parameters

- `search` string
- `limit` integer
- `cursor` string
- `includeArchived` boolean

## Response `200`

- AppEventTypesPaginatedResponseDto
  - `items` object[], required
    - `id` string, required — Internal database ID of the element. Assigned by the API; unique per element.
    - `name` string, required — Display name. Always present in API responses (filled by API if not set on create).
    - `uuid` string — Stable unique identifier (UUID). Can be provided on create; otherwise generated. Must be unique across elements of this type.
    - `key` string — Stable key for referencing the element (e.g. in selectors). Unique per (parent, integration) scope. Generated from name if not provided on create.
    - `description` string — Optional human-readable description.
    - `meta` object — Optional key-value metadata.
    - `state` 'BUILDING' | 'CLIENT_ACTION_REQUIRED' | 'CONFIGURATION_ERROR' | 'SETUP_FAILED' | 'READY' | 'DISCONNECTING' — Current lifecycle or health state (e.g. READY, SETUP_FAILED, CONFIGURATION_ERROR, BUILDING). Set by the engine during setup and validation.
    - `errors` AppEventTypesPaginatedResponseDtoSchema0[] — Validation or setup errors when state is not READY.
      - `type` 'bad_request' | 'connection' | 'configuration' | 'dependency_error' | 'flow_run' | 'flow_instance_setup' | 'concurrency' | 'internal' | 'action_run' | 'action_instance_setup' | 'unit_run' | 'custom_code' | 'insufficient_credit' | 'openrouter_not_configured'
      - `key` string
      - `message` string, required
      - `data` object
      - `stack` object
      - `causedByError` AppEventTypesPaginatedResponseDtoSchema0 — recursive
      - `logs` object[]
    - `revision` string, required
    - `createdAt` string — ISO date when the element was created.
    - `updatedAt` string — ISO date when the element was last updated.
    - `archivedAt` string
    - `isDeactivated` boolean — When true, setup is skipped and the element is treated as inactive (e.g. when dependencies are deactivated or the element is archived).
    - `isReadOnly` boolean — When true, the element cannot be modified (e.g. published package elements or elements from another workspace).
    - `webhookKey` string, required
    - `subscribeRequest` object
      - `method` string
      - `uri` object, required
      - `headers` object
      - `query` object
      - `body` object
    - `example` object
    - `schema` AppEventTypesPaginatedResponseDtoSchema1
      - `title` string
      - `description` string
      - `type` union
        - string
        - string[]
      - `format` string
      - `properties` object
      - `items` AppEventTypesPaginatedResponseDtoSchema1 — recursive
      - `additionalProperties` union
        - boolean
        - AppEventTypesPaginatedResponseDtoSchema1 — 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` AppEventTypesPaginatedResponseDtoSchema1[]
      - `isImplied` boolean
      - `isSensitive` boolean
      - `referenceCollectionPath` string
      - `referenceCollectionUri` string
    - `globalWebhookUri` string, required
    - `tenantIdFormula` object
    - `userIdFormula` object
  - `cursor` 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/revisions/1db9c5a3d78c/schema)
