Skip to main content
GET
Get Task Dev Todo

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/dev-todo.md. Empty string if the planner hasn't produced one yet. The frontend parses the markdown checkboxes into a structured list itself.

content
string
required