---
title: "Lab Usage"
method: GET
path: "/api/labs/{lab_id}/usage"
tags: ["labs"]
---

# Lab Usage

`GET /api/labs/{lab_id}/usage`

Owner-only team usage dashboard: per-member token aggregates + team
totals. Aggregate COUNTS ONLY (tokens, sessions, last-active) — never
trajectory content, which stays private to each member. This is the extra
value the team owner gets for paying per seat: see who's actually using it.

## Path parameters

- `lab_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
