Last updated 11 months ago
Get all projects in a folder, or in the home folder of a workspace.
Projects
const response = await fetch('https://www.taskade.com/api/v1/folders/{folderId}/projects', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }