---
title: "Compute Pools Metadata With Cost"
method: GET
path: "/compute-pools/metadata"
tags: ["COMPUTE_POOLS"]
---

# Compute Pools Metadata With Cost

`GET /compute-pools/metadata`

## Query parameters

- `start_date` string, date-time, required
- `end_date` string, date-time, required

## Response `200`

Successful Response

- ComputePoolMetadataWithCost[]
  - `name` string, required
  - `is_suspended` boolean, nullable
  - `min_nodes` integer, nullable
  - `max_nodes` integer, nullable
  - `instance_family` string, nullable
  - `auto_suspend_secs` integer, nullable
  - `auto_resume` boolean, nullable
  - `created` string, date-time, nullable
  - `last_resumed` string, date-time, nullable
  - `last_altered` string, date-time, nullable
  - `deleted` string, date-time, nullable
  - `owner` string, nullable
  - `owner_role_type` string, nullable
  - `is_exclusive` boolean, nullable
  - `application_name` string, nullable
  - `application_id` integer, nullable
  - `comment` string, nullable
  - `instance_id` string, nullable
  - `total_cost` number
  - `total_runs` integer

## Other responses

- `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/50769cbf05d5/schema)
