---
title: "Display Summary"
method: GET
path: "/api/summary"
tags: ["Summary"]
---

# Display Summary

`GET /api/summary`

## Response `200`

OK

- object
  - `executing_tasks` string[], required
  - `finished_tasks` object[], required
    - `begin_time` string, required
    - `duration` integer, required
    - `end_time` string, required
    - `exception` string, required
    - `metadata` object, required
      - `pool` integer, required
    - `name` string, required
    - `progress` integer, required
    - `ret_value` string, required
    - `success` boolean, required
  - `have_mon_connection` string, required
  - `health_status` string, required
  - `mgr_host` string, required
  - `mgr_id` string, required
  - `rbd_mirroring` object, required
    - `errors` integer, required
    - `warnings` integer, required
  - `version` string, required

## Other responses

- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

---

[API](https://skmtc.net/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.net/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/versions/b03ae23c3806/schema)
