Last updated 4 months ago
Get the note of a task
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/note'
{ "ok": true, "item": { "type": "text", "value": "text" } }