---
title: "Get Thanos object storage summary"
method: GET
path: "/project/{project}/service/{service_name}/thanos/storage/summary"
tags: ["Service:_Thanos"]
---

# Get Thanos object storage summary

`GET /project/{project}/service/{service_name}/thanos/storage/summary`

## Path parameters

- `project` string, required
- `service_name` string, required

## Response `200`

Response

- ServiceThanosStorageSummaryResponse — ServiceThanosStorageSummaryResponse
  - `current_cost` string, required — The current cost in USD of tiered storage since the beginning of the billing period
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `forecasted_cost` string, required — The forecasted cost in USD of tiered storage in the billing period
  - `forecasted_rate` string — The rate on GBs/hour used to calculate the forecasted cost
  - `message` string — Printable result of the request
  - `storage_usage_history` object, required — History of usage and cumulative costs in the billing period
    - `hourly` object[], required — History by hour
      - `estimated_cost` string — The estimated cost in USD of tiered storage for this hour
      - `hour_start` string, required — Timestamp in ISO 8601 format, always in UTC
      - `peak_stored_bytes` integer, required — Peak bytes stored on object storage at this hour
  - `total_storage_usage` integer, required — Total storage usage by tiered storage, in bytes

## Other responses

- `404` — Resource not found

---

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