v1

latestSwagger 2.02026-07-17172265595.1 KB
credentials

List integration groups and their integrations

List integration groups and their integrations

get/integration/api/v1/integrations/integration-groups

Query parameters

populateIntegrationsboolean

Populate connections

Response

OK

integration_idsstring[]
namestring
querystring

Example response

[
  {
    "integration_ids": [
      "[\"1e8ac3bf-c268-4a87-9374-ce04cc40a596\"]"
    ],
    "name": "UltraSightApplication",
    "query": "SELECT og_id FROM platform_integrations WHERE labels->'application' IS NOT NULL AND labels->'application' @> '\"UltraSight\"'"
  }
]