---
title: "Get process info"
method: GET
path: "/api/v1/info"
tags: ["Info"]
---

# Get process info

`GET /api/v1/info`

Get process info of OceanBase Dashboard, including process name etc.

## Response `200`

OK

- object
  - `data` ResponseDashboardInfo, required
    - `appName` string, required
    - `configurableInfo` ResponseConfigurableInfo, required
      - `odcURL` string, required
    - `publicKey` string, required
    - `reportHost` string, required
    - `reportStatistics` boolean, required
    - `version` string, required
  - `message` string, required
  - `successful` boolean, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api.md) · [All operations](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oceanbase/oceanbase-dashboard-api/revisions/fa579fa6f72d/schema)
