List Workflow Packs
List all workflows packs in a workspace.
Basic Parameters
Parameter | Description |
---|---|
Workspace ID | The workspace for which to list packs. |
Advanced Parameters
Parameter | Description |
---|---|
Name Search | Search packs by a substring of the pack's name. |
Example Output
{
"limit": 999,
"offset": 0,
"total": 1,
"results": [
{
"id": "eb4ad306-34aa-42e8-8adf-7b7eba5d6e57",
"created_at": 1675868413257,
"updated_at": 1681198549999,
"created_by": "example@blinkops.com",
"updated_by": "example@blinkops.com",
"tenant_id": "918d290c-cf26-4f8b-ae91-4cb61fe3e098",
"workspace_id": "acbdffe9-f04b-4e62-bbb3-bdb991f1173a",
"name": "home",
"full_name": "home",
"display_name": "Home",
"description": "Basic workflow concepts and capabilities",
"tags": [
"101"
],
"actions": [
"google workspace",
"blink"
],
"automations_info": {
"counts": {
"event": 0,
"scheduled": 0,
"on_demand": 1
}
}
}
]
}
Workflow Library Example
List Workflow Packs with Blink and Send Results Via Email
Preview this Workflow on desktop