Get wave insights
Poll this after requesting insights. 404 means nobody asked — it is deliberately not an empty status: "none" body, so a caller in a polling loop cannot mistake “never requested” for “asked and still working”.
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Wave ID — the opaque group id shared by every run of one co-launched swarm. Returned on every run in the wave.
Response
The wave's insights.
Model analysis over a whole wave. Produced asynchronously — POLL this rather than re-requesting, because a second request SPENDS again.
pending, completed, failed The DIRECTED lane: an explanation of the findings the deterministic pass already surfaced. null until generation completes. An opaque object — read it, do not pattern-match its internals.
The DISCOVERY lane: what the model noticed unprompted. null while only the directed lane has finished, which is a normal intermediate state rather than a failure. Opaque, like insights.
Epoch milliseconds.

