---
title: "GET /database/node/list"
method: GET
path: "/database/node/list"
tags: ["profile"]
---

# GET /database/node/list

`GET /database/node/list`

Get list of DB nodes

## Response `201`

NodeList

- NodeList
  - `count` integer
  - `data` Node[]
    - `arhive` boolean
    - `db_archive` string
    - `db_name` string
    - `host` string
    - `name` string
    - `node` string
    - `online` boolean
    - `primary` boolean
    - `table_prefix` string
    - `value` string

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/2f261ecc6074/schema)
