Skip to main content
GET
Get Task Deliverables

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

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.

content
string
required