Skip to main content
POST
Validate activity plan steps

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

An activity plan's steps array, in the same shape the plan is saved with (slug-based dependsOn entries).

organizationId
string | null

Scopes task-template lookups so CREATE_TASK action edges resolve against the referenced template's declared actions. Optional: when absent those edges are skipped (the plan editor also checks them client-side).

steps
object[]

The plan's steps[] JSON.

Response

Validation result with all findings

Result of validating a plan's steps: every finding, not just the first.

issues
object[]

All findings, errors and warnings.

valid
boolean

True when no error-severity issues were found (warnings do not block activity start).