Validate workflow

Validate a workflow against a sample log without triggering real side effects. No notifications, webhooks, or dataset writes are performed.

Path parameters

workflow_idstringRequired
Workflow ID.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Request

This endpoint expects an object.
log_idstringOptional
Specific log ID to use as the validation sample. If omitted, the backend uses the most recent organization log.

Response

Workflow validation result
statusenum
Allowed values:
validationobject
task_resultslist of objects
is_all_passedboolean

Errors

401
Unauthorized Error
404
Not Found Error