Last updated 21 days ago
Get the note of a task
Task Note
const response = await fetch('https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/note', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": false, "item": { "type": "text", "value": "text" } }