Skip to main content
GET
Get the cached Insights canvas for a task

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Task ID

Response

Cached Insights canvas (canvas may be null if none has been generated yet)

task_id
string<uuid>
required
canvas
object | null

CanvasDocV1 insights document for the side panel, or null when none is available.

reason
string

Present when canvas is null — why no canvas could be produced.

status
enum<string>

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.

Available options:
idle,
generating,
ready