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

# Get enabled integrations for a specific host/cluster

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

This API returns a list of enabled integrations for a given host_id by checking the agent configuration.

## Path parameters

- `hostId` string, required

## Query parameters

- `platform` string

## Response `200`

List of enabled integrations

- object

## Other responses

- `401` — Unauthorized or invalid token
- `500` — Internal server error

---

[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)
