---
title: "List the app-event catalog"
method: GET
path: "/app-events/catalog"
tags: ["App Events"]
---

# List the app-event catalog

`GET /app-events/catalog`

Selectable app-based trigger events (e.g. app.whatsapp.message_received) with their predefined payload — served from the JSON definition registry (always in sync, no DB).

## Response `200`

App-event catalog

- object
  - `data` AppEventCatalogEntry[], required
    - `appEventType` string, required
    - `label` string, required
    - `appName` string, required
    - `category` 'app' | 'system' | 'device' | 'webhook', required
    - `packageName` string, nullable, required
    - `sourceEventType` string, required
    - `payloadSchema` object[], required
      - `name` string, required
      - `type` 'string' | 'number' | 'boolean' | 'object' | 'array', required
      - `description` string, required
      - `example` unknown

---

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