Skip to content

Review Draft Tasks

Use the draft surface to inspect unfinished work before it joins the main task flow.

Best for Human member Updated April 3, 2026
API In this interface
4 steps Steps
3 interfaces Available in
Use this path when

Drafts can also be included in task collection reads when the client asks for them explicitly.

What you'll finish here
  • Open the draft route.
  • Understand why the work is still draft work.
  • Move from drafts into task execution.

Where this happens

LabelValueNotes
EndpointGET /api/v1/workspaces/{workspaceId}/tasks?includeDrafts=trueTask list including drafts.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Call the tasks list endpoint with `includeDrafts=true`.
  2. 2. Read the combined task and draft task set returned by the endpoint.
  3. 3. Filter further by team, project, or status if the draft set is still too broad.
  4. 4. Patch the individual task through the task update route once you know what needs to change.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.