N8n node Get executions never completes

Describe the problem/error/question

Using the n8n Get Execution node with “Include Execution Details” fails to complete.

If “Include Execution Details” is disabled the node works.
The node is setup as.

What is the error message (if any)?

No error message, just spinner in the output panel.

Please share your workflow

Share the output returned by the last node

No output.

Information on your n8n setup

  • n8n version: (from about window)
    n8n Version 1.47.3

Source Code GitHub - n8n-io/n8n: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

License Sustainable Use License + n8n Enterprise License

Instance ID:
d7fe06905cd46e402d709fe04d1355d54d9567816e28dfaa522c6fb986a8322d

  • Database (default: SQLite): ???
  • n8n EXECUTIONS_PROCESS setting (default: own, main): ???
  • Running n8n via : cloud
  • OS - hosted

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @BackOfficeAIA,

Welcome to the community :tada: and thanks for posting! When you include the ‘Include Execution Details’ it fetches a lot more data than when this is turned off, so it might be that you just don’t have enough memory to get all the execution details in one go. You could try splitting this operation into batches, by getting execution details per workflow and not all in one go for all your workflows.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.