---
title: "Get workspace usage summary"
method: GET
path: "/integrator/usage/summary"
tags: ["usage"]
---

# Get workspace usage summary

`GET /integrator/usage/summary`

Get usage summary for a workspace.

Returns token counts and event counts by operation and source.
Does NOT include model or cost information.

## Query parameters

- `workspace_id` string, uuid, required — Workspace ID to query
- `period` string, required — Period: YYYYMM for monthly

## Response `200`

Successful Response

- UsageSummaryResponse — Usage summary visible to integrators — no model, no cost.
  - `workspace_id` string, uuid, required
  - `period` string, required
  - `total_prompt_tokens` integer
  - `total_completion_tokens` integer
  - `total_events` integer
  - `by_operation` object
  - `by_source` object

## Other responses

- `422` — Validation Error

---

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