Generate the Insights canvas for a task
Summarizes the task transcript into a CanvasDocV1 insights document and caches it. Use to backfill the Insights tab for tasks where the agent never produced a canvas, or to regenerate it.
Authorizations
JWT authentication token
Path Parameters
Task ID
Response
Generated Insights canvas (canvas may be null with a reason when the task has nothing to summarize)
CanvasDocV1 insights document for the side panel, or null when none is available.
Present when canvas is null — why no canvas could be produced.
Generation state for the on-demand Insights canvas. generating means a background generation is in flight — poll this endpoint until it settles. ready means a canvas is available. idle means none is available yet; if a run produced nothing or failed, reason explains why and the client can retry.
idle, generating, ready 
