---
title: "Get per-space usage"
method: GET
path: "/api/v1/spaces/{space_uuid}/usage"
tags: ["spaces"]
---

# Get per-space usage

`GET /api/v1/spaces/{space_uuid}/usage`

Tokens ingested and search queries for a single space over a date range (defaults to the current calendar month). Use this to attribute usage to one end-user when you map one space per end-user.

## Path parameters

- `space_uuid` string, uuid, required

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

Space usage for the selected period

- SpaceUsageResponse
  - `space_id` string, uuid, required
  - `period_start` string, date, required
  - `period_end` string, date, required
  - `tokens_ingested` integer, required
  - `search_queries` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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