Skip to main content
Question

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

  • July 16, 2026
  • 7 replies
  • 33 views

Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Forum|alt.badge.img+1

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...

 

7 replies

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • July 16, 2026

Konnichiwa Masaki,

 

Thanks for reaching out. If you sign into the cognite-learn organization, you will find the learn project near the bottom of the project list. Whenthat project is selected, you will have permissions to workflows. 

 

 

Regards,

Michael Bennett

Academy Engineer


Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Forum|alt.badge.img+1
  • Author
  • Practitioner ⭐️⭐️⭐️
  • July 17, 2026

Hi, Michael Bennett

I cannot find the learn project near the bottom of the project list. 

 
I ask you to confirm whether the learn project is visible.

Best Regards,
Masaki


Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • July 17, 2026

Hi Masaki,

Let’s try to open your developer tools on your browser

 

Log in to cognite-learn organization. Make sure you are watching the developer tools and look for “projects” this will show you everything the browser should see. 

 

 


Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Forum|alt.badge.img+1
  • Author
  • Practitioner ⭐️⭐️⭐️
  • July 17, 2026

I could see “learn” project in the developer tools, but I cannot see “learn” project in normal screen.
 

 


APSHANKAR Sagar
Seasoned ⭐️⭐️
  • Seasoned ⭐️⭐️
  • July 17, 2026

Maybe try using a different browser?


Masaki Takeuchi
Practitioner ⭐️⭐️⭐️
Forum|alt.badge.img+1
  • Author
  • Practitioner ⭐️⭐️⭐️
  • July 17, 2026

I tried different browser, but the “learn” project did not appear.


Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • July 17, 2026

@Masaki Takeuchi You may want to try either an incognito window, and disabling all extensions on your browser to see it this helps as well.