> ## 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.

# List Workflow Packs

List all workflows packs in a workspace.

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                            |
  | ------------ | -------------------------------------- |
  | Workspace ID | The workspace for which to list packs. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                     |
  | ----------- | ----------------------------------------------- |
  | Name Search | Search packs by a substring of the pack's name. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-workflow-packs-with-blink-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-workflow-packs-with-blink-and-send-results-via-email/canvas" />
</div>
