Getting Validations
Query Options
| Option | Type | Description |
|---|---|---|
stepName | string | Filter by step |
severity | string | critical, warning, info |
status | string | violated, passed |
limit | number | Max results |
Validation Properties
| Property | Type | Description |
|---|---|---|
stepId | string | Step ID |
stepName | string | Step name |
status | string | violated or passed |
severity | string | critical, warning, info |
message | string | Human-readable message |
violationType | string | Type of violation |
timestamp | string | ISO timestamp |
Violation Types
| Type | Severity |
|---|---|
invalid_entry_point | Critical |
missing_required_field | Critical |
invalid_transition | Critical |
step_timeout | Critical |
thread_max_duration | Critical |
retry_limit_exceeded | Critical |