Skip to main content

Get Workflow Run History

GET 

/api/v1/workflows/:workflow_id/runs

Return a chronological (evaluated_at desc), workspace-scoped page of evaluation entries.

PRIMARY source is WorkflowEvaluationTrace so SKIPPED events surface alongside fired runs — the #395 "why didn't my automation fire?" capability.

Each entry includes evaluated_at, trigger reference, matched/skip_reason, and for matched entries the joined execution detail + per-action delivery outcomes.

Request

Responses

OK