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

## Changes

- **2026-08-13** `02da4f9ce3fd` — 3 info
  - added the required property `data/matchedFlows/items/flow/healthMonitoringEnabled` to the response with the `200` status
  - added the required property `data/matchedFlows/items/flow/selfHealingEnabled` to the response with the `200` status
  - added the required property `data/matchedFlows/items/flow/selfHealingMaxAttempts` to the response with the `200` status
- **2026-08-03** `46e0375834a3` — 2 info
  - added the optional property `data/matchedFlows/items/trigger/allOf[#/components/schemas/Trigger]/scheduleRule/jitter` to the response with the `200` status
  - added the optional property `data/matchedFlows/items/trigger/allOf[subschema #2]/scheduleRule/allOf[#/components/schemas/ScheduleRule]/jitter` to the response with the `200` status
- **2026-07-24** `618bd1cc1aed` — 1 info
  - added the required property `data/matchedFlows/items/flow/templateResolutionVersion` to the response with the `200` status
- **2026-07-07** `d5d1e5ee8188` — 9 info
  - added the optional property `data/matchedFlows/items/trigger/allOf[subschema #2]/createdBy` to the response with the `200` status
  - added the optional property `data/matchedFlows/items/trigger/allOf[subschema #2]/ownerId` to the response with the `200` status
  - response property `data/matchedFlows/items/flow/userId` deprecated
  - response property `data/matchedFlows/items/trigger/allOf[#/components/schemas/Trigger]/userId` deprecated
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/events/dry-run/post.md)

---

[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/02da4f9ce3fd/schema)
