v1
latestOpenAPI 3.0.12026-07-265879107.5 KBWorkflows
Get a playbook by its ID
Retrieves the full details of a playbook identified by its id, including steps and metadata.
get/workspace/{ws_id}/playbooks/{id}
Path parameters
ws_idstring required
Workspace ID
idstring required
The ID of the playbook to retrieve
Response
Playbook details
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"
}