---
title: "GET /orgs/{org_id}/billing/compute"
method: GET
path: "/orgs/{org_id}/billing/compute"
tags: ["billing"]
---

# GET /orgs/{org_id}/billing/compute

`GET /orgs/{org_id}/billing/compute`

Get purchased compute machines and the org's compute pool usage.

## Path parameters

- `org_id` string, required

## Response `200`

Compute machine fleet

- ComputeFleetSummary — The org's compute pool: purchased machines, total capacity, and current draw.
  - `in_use` ComputeAmount, required — A compute amount expressed in both pool dimensions.
    - `cpu_units` integer, required — Fargate cpu units (1 vCPU = 1024).
    - `memory_mib` integer, required — Memory in MiB.
  - `machines` ComputeMachineStatus[], required
    - `memory_mib` integer, required — Memory per machine in MiB.
    - `monthly_price_cents` integer, required — Monthly price per machine in euro cents, before tax.
    - `purchased` integer, required — Machines of this size currently purchased.
    - `slug` string, required — Machine size identifier (`medium`, `large`, `xlarge`, `2xlarge`, `4xlarge`).
    - `vcpu` integer, required — Virtual CPUs per machine.
  - `pool` ComputeAmount — A compute amount expressed in both pool dimensions.
    - `cpu_units` integer, required — Fargate cpu units (1 vCPU = 1024).
    - `memory_mib` integer, required — Memory in MiB.

## Other responses

- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-07-17** `33e77c7fd113` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/billing/compute/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
