---
title: "Compute Pool Overview"
method: GET
path: "/compute-pools/{pool_name}/overview"
tags: ["COMPUTE_POOLS"]
---

# Compute Pool Overview

`GET /compute-pools/{pool_name}/overview`

## Path parameters

- `pool_name` string, required

## Query parameters

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

## Response `200`

Successful Response

- ComputePoolOverview
  - `compute_pool_name` string, required
  - `total_cost` number, required
  - `total_runs` integer, required
  - `metadata` ComputePoolMetadata
    - `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

## 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/103580dad816/schema)
