404 Error Retrieving Zoom Meeting Recording Details via N8N API Node

API Endpoint(s) and/or Zoom API Event(s)

I’m using the Zoom API to retrieve meeting details and cloud recording information through N8N workflow automation:

Description

I am building a work automation flow in N8N that should retrieve Zoom meeting recording details automatically. I’m using the latest version of N8N along with the Zoom APIs. However, whenever I attempt to retrieve the details of a Zoom call recording using (Meeting ID), the specific N8N Zoom node, the request fails.

Error

404 Error - The API returns a 404 error when trying to retrieve meeting recording details.

The main issue is that I copied the meeting ID from my recording dashboard, and it is showing an error. Some meeting IDs are working, while others are not, which is quite strange and difficult for us to reproduce consistently.

How To Reproduce

Steps to reproduce the behavior:

  1. Set up an N8N workflow with the Zoom node configured for retrieving meeting recordings
  2. Authenticate using OAuth/Server-to-Server OAuth credentials with proper recording:read scope
  3. Attempt to retrieve meeting recording details using the meeting ID
  4. Request fails with 404 error

Question

Could anyone help me understand:

  • Why this 404 error occurs when trying to retrieve meeting recording details?
  • Are there specific permissions, API scopes, or account settings required for accessing call recordings that I might be missing?
  • Are there any known limitations or configuration requirements in N8N’s Zoom integration?
  • What is the correct workflow to automate retrieval of Zoom meeting recordings?

Any guidance from the community or Zoom support would be greatly appreciated!