N8n API - endpoint for Retrieving a specific version of a workflow doesn't work

Endpoint to get a specific workflow version always returns 404

Hi, I am trying to use the n8n API to retrieve a specific version (to get the author) by using this endpoint: API reference | n8n Docs

It works for me for getting the workflow itself, but not the version. I am using the versionId from parameter versionId from getting the workflow. It is the same as the one I see in the URL when I check the history of workflow.

The API key has all the possible permissions that the frontend allowed me and I created a new API key to check this problem, so its fresh.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

{
“error”: {
“message”: “The resource you are requesting could not be found”,
“timestamp”: 1765357765256,
“name”: “NodeApiError”,
“description”: “not found”,
“context”: {}
}
}

Information on your n8n setup

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

hello @Jozin

please, update to the v1.123.4

1 Like

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