---
title: "List internal event log records"
method: GET
path: "/app-events"
tags: ["AppEventLogRecords"]
---

# List internal event log records

`GET /app-events`

## Query parameters

- `search` string
- `limit` integer
- `cursor` string
- `includeArchived` boolean
- `tenantId` string
- `userId` string
- `appEventTypeId` string
- `from` string
- `to` string

## Response `200`

- AppEventLogRecordsPaginatedResponseDto
  - `items` object[], required
    - `id` string, required
    - `name` string
    - `userId` string, required
    - `user` object
      - `id` string, required
      - `name` string, required
      - `meta` object
      - `internalId` string, required
      - `fields` object
      - `credentials` object
      - `lastActiveAt` string
      - `isTest` boolean
      - `isBillable` boolean
      - `isActive` boolean
      - `aiCreditsRolling30DayLimit` number, nullable
      - `createdAt` string
      - `archivedAt` string
    - `appEventTypeId` string, required
    - `appEventType` object
      - `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` AppEventLogRecordsPaginatedResponseDtoSchema0[] — 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` AppEventLogRecordsPaginatedResponseDtoSchema0 — 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` AppEventLogRecordsPaginatedResponseDtoSchema1
        - `title` string
        - `description` string
        - `type` union
          - string
          - string[]
        - `format` string
        - `properties` object
        - `items` AppEventLogRecordsPaginatedResponseDtoSchema1 — recursive
        - `additionalProperties` union
          - boolean
          - AppEventLogRecordsPaginatedResponseDtoSchema1 — 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` AppEventLogRecordsPaginatedResponseDtoSchema1[]
        - `isImplied` boolean
        - `isSensitive` boolean
        - `referenceCollectionPath` string
        - `referenceCollectionUri` string
      - `globalWebhookUri` string, required
      - `tenantIdFormula` object
      - `userIdFormula` object
    - `appEventSubscriptionId` string, required
    - `appEventSubscription` object
      - `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` AppEventLogRecordsPaginatedResponseDtoSchema0[] — 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` AppEventLogRecordsPaginatedResponseDtoSchema0 — 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).
      - `userId` string, required
      - `tenantId` string
      - `appEventTypeId` string, required
      - `instanceKey` string
      - `isSubscribed` boolean, required
      - `schema` AppEventLogRecordsPaginatedResponseDtoSchema1
        - `title` string
        - `description` string
        - `type` union
          - string
          - string[]
        - `format` string
        - `properties` object
        - `items` AppEventLogRecordsPaginatedResponseDtoSchema1 — recursive
        - `additionalProperties` union
          - boolean
          - AppEventLogRecordsPaginatedResponseDtoSchema1 — 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` AppEventLogRecordsPaginatedResponseDtoSchema1[]
        - `isImplied` boolean
        - `isSensitive` boolean
        - `referenceCollectionPath` string
        - `referenceCollectionUri` string
      - `webhookUri` string, required
      - `subscriptionRequest` object, required
        - `method` string
        - `uri` object, required
        - `headers` object
        - `query` object
        - `body` object
      - `subscriptionResponse` object
    - `event` object, required
    - `datetime` string, required
    - `launchedFlowRunIds` string[], required
  - `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)
