Get Task Deliverables
Return the current state of this task’s user-facing deliverables checklist. Used by the chat UI to seed the inline DeliverablesCard on page load; live updates come through the SSE stream piggy-backed on Edit/Write tool calls that touch this file.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Current contents of this task's memories/deliverables.md —
the planner's plain-language outcomes list the user watches as a
progress tracker during development. Empty string if the planner
hasn't produced one yet. The frontend parses the markdown checkboxes
into a structured list itself.