---
title: "get the billable seats of the workspace the plan is billed on"
method: GET
path: "/w/{workspace}/workspaces/billable_seats"
tags: ["workspace"]
---

# get the billable seats of the workspace the plan is billed on

`GET /w/{workspace}/workspaces/billable_seats`

## Path parameters

- `workspace` string, required

## Response `200`

billable seats

- object
  - `developers` integer — Omitted when the seats counted are another workspace's, as they are for a fork resolving to its billing root.
  - `operators` integer — Omitted when the seats counted are another workspace's, as they are for a fork resolving to its billing root.
  - `seats` integer, required

---

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