Last updated 4 months ago
Get all folders for a workspace
curl -L \ --url 'https://www.taskade.com/api/v1/workspaces/{workspaceId}/folders'
{ "ok": true, "items": [ { "id": "text", "name": "text" } ] }