---
title: "Get an app event"
method: GET
path: "/app-events/{id}"
tags: ["App Events"]
---

# Get an app event

`GET /app-events/{id}`

Fetch a single structured app event by its ID, including its typed payload, source, and originating device. Returns 404 if no event matches.

## Path parameters

- `id` string, uuid, required

## Response `200`

App event

- object
  - `data` Event, required
    - `id` string, uuid, required
    - `userId` string, uuid, required — Deprecated: use ownerId (tenancy) / createdBy (actor).
    - `ownerId` string, uuid, required
    - `createdBy` string, uuid, nullable, required
    - `deviceId` string, uuid, nullable, required
    - `rawEventId` string, uuid, nullable, required
    - `eventType` string, required
    - `source` 'app' | 'system' | 'device' | 'webhook', required
    - `payload` object, required
    - `occurredAt` string, nullable, required
    - `createdAt` string, nullable, required

## Other responses

- `404` — Not Found

---

[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)
