Skip to main content
Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Practitioner ⭐️⭐️⭐️
July 16, 2026
Solved

I cannot access "learn" project in Cognite Data Workflows Lab Academy Course

  • July 16, 2026
  • 19 replies
  • 160 views

I am learning on Cognite Data Workflows Lab Academy Course
And, I tried to login CDF demo project following this manual

However, I could not find a "learn" project in “cognite-learn” organization.



So, Instead of “learn” project, I entered "learn-cdf" project according to this comment.
However, the notebook code outputs the following errors. How should I do it?

---------------------------------------------------------------------------
CogniteAPIError Traceback (most recent call last)
Cell In[5], line 38
34 client = CogniteClient(cnf)
35
36 workflows = client.workflows
37
---> 38 workflows.list()

File ~/.pyenv/versions/3.11.12/lib/python3.11/site-packages/cognite/client/_sync_api/workflows/__init__.py:177, in SyncWorkflowAPI.list(self, limit)
158 def list(self, limit: int | None = DEFAULT_LIMIT_READ) -> WorkflowList:
159 """
160 `List workflows in the project <https://api-docs.cognite.com/20230101/tag/Workflows/operation/FetchAllWorkflows>`_.
161
(...) 175 >>> res = client.workflows.list(limit=None)
176 """
--> 177 return run_sync(self.__async_client.workflows.list(limit=limit))

File ~/.pyenv/versions/3.11.12/lib/python3.11/site-packages/cognite/client/utils/_async_helpers.py:43, in run_sync(coro)
40 from cognite.client.utils._concurrency import _get_event_loop_executor
42 executor = _get_event_loop_executor()
---> 43 return executor.run_coro(coro)

File ~/.pyenv/versions/3.11.12/lib/python3.11/site-packages/cognite/client/utils/_concurrency.py:716, in EventLoopThreadExecutor.run_coro(self, coro, timeout)
715 def run_coro(self, coro: Coroutine[Any, Any, _T], timeout: float | None = None) -> _T:
...
151 cluster=cluster,
152 project=project,
153 ) from None

CogniteAPIError: Missing capability: WorkflowOrchestration:READ. | code: 403 | X-Request-ID: 54fe2fc7-0084-95ec-8b00-a52c69587deb | cluster: westeurope-1 | project: learn-cdf
Output is truncated. View as a scrollable element or open in a text editor. Adjust cell output settings...

 

Best answer by Geraldo Souza

@Geraldo Souza  Please try again. I made another adjustment. I’m very certain this will work. 

 

Thanks,

Hi, ​@Michael Bennett. Now I’m able to access the “learn” project. Thank you very much!

19 replies

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
July 20, 2026

Hi ​@Geraldo Souza Please try again. I may have figured the issue out.

MB
Geraldo Souza
Active ⭐️⭐️⭐️
Active ⭐️⭐️⭐️
July 20, 2026

@Michael Bennett I’m still getting Access Denied 

 

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
July 20, 2026

@Geraldo Souza  Please try again. I made another adjustment. I’m very certain this will work. 

 

Thanks,

MB
Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Practitioner ⭐️⭐️⭐️
July 21, 2026

Hi, ​@Michael Bennett 

I tried either an incognito window, and disabling all extensions on my browser, but I cannot see the “learn” project.

 

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
July 21, 2026

@Masaki Takeuchi Please try again. I made another adjustment. I’m very certain this will work. 

 

Thanks,

MB
Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Practitioner ⭐️⭐️⭐️
July 21, 2026

@Michael Bennett I could select the “learn” project! Thank you very much! I’m grateful for your kindness!
 

 

Geraldo Souza
Active ⭐️⭐️⭐️
Active ⭐️⭐️⭐️
July 21, 2026

@Geraldo Souza  Please try again. I made another adjustment. I’m very certain this will work. 

 

Thanks,

Hi, ​@Michael Bennett. Now I’m able to access the “learn” project. Thank you very much!

lcpages
Practitioner ⭐️⭐️⭐️
Practitioner ⭐️⭐️⭐️
August 7, 2026

Hi ​@Geraldo Souza , could you apply the same adjustment once again ? I am facing the exact situation as described by ​@Masaki Takeuchi ☹️

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Expert ⭐️⭐️⭐️⭐️
August 7, 2026

@lcpages You should have access now. 

MB