---
title: "Get summary reports of app"
method: GET
path: "/v1/projects/{name}/metrics/summary"
tags: ["Reports"]
---

# Get summary reports of app

`GET /v1/projects/{name}/metrics/summary`

get summary reports of app that user owns

## Path parameters

- `name` string, required

## Response `200`

Successful operation

- object
  - `cpuUsage` object[]
    - `value` union[]
      - union
        - number
        - string
    - `applet` string
  - `memoryUsage` object[]
    - `value` union[]
      - union
        - number
        - string
    - `applet` string
  - `disksUsage` object[]
    - `size` string
    - `usage` string
    - `reportedAt` string
    - `name` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
