---
title: "Read a window's insights"
method: GET
path: "/projects/{projectId}/studies/{studyId}/windows/{windowId}/insights"
tags: ["Studies"]
---

# Read a window's insights

`GET /projects/{projectId}/studies/{studyId}/windows/{windowId}/insights`

Poll this after requesting a generation.

`404` means NOBODY ASKED — deliberately distinct from a `pending` status, so a caller looping on this cannot mistake "never requested" for "requested and still working".

## Response `200`

The window's insights.

- StudyWindowInsights — One window's generated insights, plus the `windowId` they belong to. The generated part is unpinned; see `StudyMetrics`.
  - `windowId` string, required

## Other responses

- `401` — Missing, invalid, revoked, or orphaned key (`UNAUTHORIZED`) — or the **target MCP server** needs an OAuth grant (`OAUTH_REQUIRED`), which is a property of the server, not your key.
- `403` — Key is valid but not allowed to do this.
- `404` — Unknown project, server, or resource.
- `429` — Per-key rate limit exceeded (60 requests/minute sustained, bursts up to 10). Honor `Retry-After` and back off with jitter.
- `500` — Something failed on MCPJam's side.

## Changes

- **2026-09-22** `561e4fd0dfa2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mcpjam/apis/mcpjam-api/changes/projects/:projectId/studies/:studyId/windows/:windowId/insights/get.md)

---

[API](https://skmtc.dev/mcpjam/apis/mcpjam-api.md) · [All operations](https://skmtc.dev/mcpjam/apis/mcpjam-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mcpjam/apis/mcpjam-api/revisions/9b4860d5945e?raw)
