---
title: "Get Annualized Costs Summary"
method: GET
path: "/tables/tabledata/costs-summary"
tags: ["TABLES"]
---

# Get Annualized Costs Summary

`GET /tables/tabledata/costs-summary`

## Query parameters

- `table_names` string[], nullable
- `schema_names` string[], nullable
- `database_names` string[], nullable
- `tag_rks` string[], nullable
- `total_cost` number, nullable
- `insertion_cost` number, nullable
- `storage_cost` number, nullable
- `clustering_cost` number, nullable
- `min_reads` integer, nullable
- `min_writes` integer, nullable
- `min_read_write_ratio` number, nullable
- `owners` string[], nullable
- `instance_ids` string[], nullable
- `navigationSource` string, nullable

## Response `200`

Successful Response

- AnnualizedCostsResponse
  - `annualized_total_cost` number, required
  - `annualized_insertion_cost` number, required
  - `annualized_storage_cost` number, required
  - `annualized_clustering_cost` number, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

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