List tasks in a projectGET/api/projects/{projectId}/tasksPath parametersprojectIdstringrequiredResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.ParametersprojectIdpath*SendRequestcURLJavaScriptCopyCopiedcurl -X GET "http://localhost:8000/api/projects/string/tasks"const response = await fetch("http://localhost:8000/api/projects/string/tasks", { method: "GET" });Response200No example response.