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

# Get cross-workspace usage

`GET /integrator/usage/workspaces`

Get usage summary across all workspaces for this integrator.

Returns token counts per workspace. No cost information.

## Query parameters

- `period` string, required — Period: YYYYMM for monthly

## Response `200`

Successful Response

- WorkspacesUsageResponse — Cross-workspace usage for an integrator.
  - `period` string, required
  - `workspaces` WorkspaceUsageSummary[], required
    - `workspace_id` string, uuid, required
    - `workspace_name` string
    - `total_prompt_tokens` integer
    - `total_completion_tokens` integer
    - `total_events` integer
  - `total_prompt_tokens` integer
  - `total_completion_tokens` integer
  - `total_events` integer

## 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)
