---
title: "Get auto-detected integrations for a host"
method: GET
path: "/agent/setting/{hostId}/detected-integrations"
tags: ["AGENT PRIVATE ROUTES"]
---

# Get auto-detected integrations for a host

`GET /agent/setting/{hostId}/detected-integrations`

Returns infrastructure integrations (Redis, MySQL, Kafka, etc.) detected by the agent on the host, with rich metadata including ports, service type, and instances.

## Path parameters

- `hostId` string, required

## Query parameters

- `platform` string

## Response `200`

Detected integrations with metadata

- object

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/middleware/apis/middleware-api.md) · [All operations](https://skmtc.net/middleware/apis/middleware-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/middleware/middleware-api/revisions/614091456d31/schema)
