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

List all connections in a workspace.

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                |
  | ------------ | ------------------------------------------ |
  | Workspace ID | The workspace in to create the connection. |
</div>

## Advanced Parameters

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

## Example Output

```json theme={"dark"}
{
	"limit": 999,
	"offset": 0,
	"total": 1,
	"results": [
		{
			"id": "230dc59e-32ff-408e-bb31-396c9bf69d67",
			"created_at": 1675868413958,
			"updated_at": 1675868413958,
			"created_by": "",
			"updated_by": "",
			"name": "blink_demo_aws",
			"full_name": "example_blinkops_com-blink_demo_aws",
			"display_name": "blink_demo_aws",
			"tenant_id": "918d290c-cf26-4f8b-ae91-4cb61fe3e098",
			"workspace_id": "acbdffe9-f04b-4e62-bbb3-bdb991f1173a",
			"connection_type_id": "c42afbdc-b3d5-46c8-ade9-912331c6e265",
			"tags": [],
			"active": true,
			"attributes": {
				"aws_access_key_id": {
					"value": "AKIAREVYMPJP7445ZGAN"
				},
				"aws_secret_access_key": {
					"value": "SECRET"
				}
			},
			"created_with_o_auth": false,
			"secret_manager": "18091976-1809-1976-1809-197618091976",
			"creation_method": "AWS Access Key",
			"type_name": "aws",
			"shared_with": [
				"example@blinkops.com"
			],
			"used_by": {
				"subflows": {
					"names": null,
					"count": 0
				}
			},
			"is_shared": false,
			"workspace_name": "example@blinkops.com",
			"slug_name": "blink_demo_aws",
			"secret_manager_name": "blink_cloud_sm"
		}
	]
}
```

## Workflow Library Example

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