---
title: "Simulate event matching (dry run)"
method: POST
path: "/events/dry-run"
tags: ["Events"]
---

# Simulate event matching (dry run)

`POST /events/dry-run`

Simulate an event against all configured flows. Returns which flows would match and what actions would run, without storing the event or enqueuing jobs.

## Request body

- IngestEventBody
  - `eventType` string, required
  - `deviceId` string, uuid
  - `payload` object

## Response `200`

Dry-run result

- object
  - `data` DryRunResult, required — unresolved $ref

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
