---
title: "Get seat usage"
method: GET
path: "/billing/seats"
tags: ["Billing"]
---

# Get seat usage

`GET /billing/seats`

Returns billable seat count, monthly cost, and member breakdown

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingSeatsResponse
  - `billable_members` GithubComActiveloopaiDeeplakeApiInternalBillingBillableSeat[]
    - `email` string
    - `role` string — "admin" | "write"
    - `user_id` string
    - `via` string — "org" | "workspace"
  - `free_members_count` integer
  - `monthly_cost_cents` integer
  - `plan` string — "payg" | "seat"
  - `price_cents_per_seat` integer
  - `seat_count` integer
  - `subscription_status` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
