Skip to main content
POST
/
workspace
/
{ws_id}
/
playbooks
/
get-playbooks-used-connections
Get connections used by a list of playbooks
curl --request POST \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/playbooks/get-playbooks-used-connections \
  --header 'BLINK-API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "playbook_ids": [
    "<string>"
  ]
}
'
[
  {
    "connectionName": "<string>",
    "iconURI": "<string>",
    "usedIn": 123,
    "vendor": "<string>"
  }
]

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.

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

ws_id
string
required

Workspace ID

Body

application/json

List of playbook IDs to inspect

playbook_ids
string[]

Response

Connections used by the given playbooks

connectionName
string
iconURI
string
usedIn
integer
vendor
string