---
title: "# Integrations"
method: GET
path: "/v1/integrations"
tags: ["Integrations"]
---

# # Integrations

`GET /v1/integrations`

Integration List; Integration ID, Integration Name, Created At, Updated At, Health Status, Integration Agent ID, Integration Agent Name (If Available)

## Response `200`

IntegrationsReturnSwagger

- object
  - `integrations` IntegrationSummary[]
    - `connection_name` string — Connection name that distinguishes multiple connections of the same product
    - `created_at` integer — Integration Created At
    - `default_integration_id` integer — Default Integration Id
    - `description` string — Product description
    - `display_name` string — Integrated Product Display Name that is showing on Picus Platform
    - `health_status` HealthStatusSummary
      - `error` HealthStatusError
        - `message` string — Error Detail from coming integrated product.
        - `step` string — Error Step like (Connection | Authentication | Log Storage | Peer-Manager Communication | vendor | os | alert | log)
        - `type` string — Error Title like Microsoft Defender for Endpoint Authentication Check Step Error.
      - `healthy` boolean — Integration is healthy or not
    - `integration_agent` string — Integration Agent Name that integration connected
    - `integration_agent_id` integer — Integration Agent Id that integration connected
    - `integration_id` integer — Integration Id
    - `name` string — Integrated Product Name
    - `type` string — Product Type ( SIEM / EDR )
    - `updated_at` integer — Integration Updated At

## Other responses

- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/versions/cb0d02ee28f8/schema)
