v1
latestOpenAPI 3.0.12026-07-265879107.5 KBWorkflows
Get the latest draft playbook version for a playbook
Get the latest draft playbook version for a playbook
get/workspace/{ws_id}/playbooks/{id}/draft
Path parameters
ws_idstring required
The ID of the workspace containing the playbook
idstring required
The ID of the playbook to retrieve the version of
Response
Latest draft version
Example response
{
"display_settings": {
"description": "Automates common tasks",
"icon": "company-blink",
"name": "Blink Automation"
},
"icon": "company-blink",
"name": "My Workflow",
"pack_id": "00000000-0000-0000-0000-000000000000",
"tags": [
"k8s"
],
"version": "1"
}