---
title: "Get status of plugins observing a database"
method: GET
path: "/v1/dbo/databases/{entityId}/plugins"
tags: ["dbo"]
---

# Get status of plugins observing a database

`GET /v1/dbo/databases/{entityId}/plugins`

## Path parameters

- `entityId` string, required

## Response `200`

The request has succeeded.

- DboDatabasePluginStatusResponse
  - `plugins` DboDatabasePluginStatus[], required — Status of plugin(s) observing database server
    - `pluginName` string, required — Name of plugin observing database server
    - `deploymentStatus` string, required — Deployment Status of plugin observing database server
    - `healthStatus` string, required — Health Status of plugin observing database server

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/versions/994e5ca64961/schema)
