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. |
{
"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"
}
]
}
Was this page helpful?