Skip to main content
POST
Dry-run a workflow draft

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required

Body

application/json
draft
object
required
eventId
string

Response

Success

sampleEventId
string | null
required
conditionPassed
boolean
required
steps
any[] | null
required
reason
string