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

List existing integrations. Note, integration is an instance of a supported SaaS.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                        |
  | ---------- | ------------------------------------------------------------------------------------------------------------------ |
  | Account ID | The account ID for which to retrieve integrations. The `Account ID` can be obtained by the `List Accounts` action. |
  | SaaS IDs   | A comma separated list of SaaS IDs to filter by. SaaS IDs can be obtained by the `Get Supported SaaS` action.      |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"id": "5e0de551c4fec5f504509a24",
			"alias": "AD Prod",
			"saas_id": "5d428f69368a7f17b8c7ed76",
			"saas_name": "Office 365",
			"enabled": true,
			"integration_status": "failed",
			"created_time": "2020-01-02T12:42:57Z",
			"last_run": "2021-01-20T20:13:16Z",
			"issues": []
		},
		{
			"id": "5e205c5160fcb9e7bc987115",
			"alias": "SF R&D",
			"saas_id": "5d42a56a8123f61fa0bf2f02",
			"saas_name": "Salesforce",
			"enabled": false,
			"integration_status": "succeeded",
			"created_time": "2020-01-16T12:51:29Z",
			"last_run": "2021-01-07T15:05:25Z",
			"issues": [
				{
					"severity": "error",
					"message": "API authentication failed"
				}
			]
		}
	]
}
```

## Workflow Library Example

[List Integrations with Adaptive Shield and Send Results Via Email](https://library.blinkops.com/workflows/list-integrations-with-adaptive-shield-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-integrations-with-adaptive-shield-and-send-results-via-email/canvas" />
</div>
