---
title: "Get log configs by node id"
method: GET
path: "/groups/{group-id}/log-configs/nodes/{node-id}"
tags: ["logConfigs"]
---

# Get log configs by node id

`GET /groups/{group-id}/log-configs/nodes/{node-id}`

## Path parameters

- `group-id` string, required
- `node-id` string, required

## Response `200`

List of log configs in provided node id

- object[]
  - `name` string
  - `componentName` string
  - `nodes` LogConfigDetail[]
    - `nodeId` string
    - `level` string

## Other responses

- `default` — Unexpected error

## Changes

- **2026-07-17** `1d5e9cc062de` — 1 warning, 1 info
  - removed the optional property `items/level` from the response with the `200` status
  - added the optional property `items/nodes` to the response with the `200` status
- **2021-02-23** `01954b71b972` — 1 info
  - endpoint added
- **2021-01-06** `cbb5695aec22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/:group-id/log-configs/nodes/:node-id/get.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/1d5e9cc062de/schema)
