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

Retrieves the workspaces for an organization.

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                            |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------------------- |
  | Name Matching Operation | Match operator for the name query parameter. IS is the default value but STARTS\_WITH and CONTAINS are also supported. |
  | Workspace Name          | Filter workspaces by name.                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"objects": [
		{
			"id": "4e0e48e0-c755-11ed-9886-dea06841c80c",
			"name": "Default",
			"type": "workspace",
			"requiresTitleAndComments": false
		}
	],
	"offset": 0,
	"limit": 10,
	"totalCount": 1
}
```

## Workflow Library Example

[List Workspaces with Split and Send Results Via Email](https://library.blinkops.com/workflows/list-workspaces-with-split-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-workspaces-with-split-and-send-results-via-email/canvas" />
</div>
