Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Gets workflow’s executions by workflow ID.
Parameters
| Parameter | Description |
|---|
| Limit | Limit for results paging. |
| Offset | Offset for results paging. |
| Workflow ID | The ID of the workflow. |
| Workspace ID | The 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