---
title: "Capacity Summary"
method: GET
path: "/intelligence/capacity-summary"
tags: ["Intelligence"]
---

# Capacity Summary

`GET /intelligence/capacity-summary`

Returns capacity planning data for a team: campaign completion forecasts,
allocated capacity, and whether more infrastructure is needed.
Used by MCP tools and in-app chat.

## Query parameters

- `teamId` string, uuid, required
- `page` integer
- `limit` integer
- `sortBy` string
- `sortDirection` 'asc' | 'desc'

## Response `200`

Capacity planning data

- object
  - `success` boolean
  - `data` object — overview, campaigns, pagination, recommendations
  - `request_id` string

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - Access denied
- `404` — Not Found - Resource does not exist

---

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