Skip to main content
Gets workflow’s executions by workflow ID.

Parameters

ParameterDescription
LimitLimit for results paging.
OffsetOffset for results paging.
Workflow IDThe ID of the workflow.
Workspace IDThe ID of the workspace.

Example Output

{
	"limit": 90,
	"offset": 26,
	"total": 101,
	"results": [
		{
			"id": "9f4435b9-3e6e-4ec1-b1c6-84808ff40ce7",
			"updated_at": 1745220052313,
			"created_by": "charlie@domain.net",
			"created_at": 1712955981004,
			"playbook_id": "530167ba-1de8-4d7d-a3ef-61ad10ff2138",
			"state": "Scheduled",
			"trigger_type": "Webhook",
			"display_name": "Kubernetes Deployment - #66"
		}
	]
}

Workflow Library Example

Get Workflow Executions with Blink and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I