Regression: /users/{userId}/recordings no longer returns My Notes recordings

Zoom currently documents GET /v2/users/{userId}/recordings as listing a user’s cloud recordings, with cloud-recording scopes and prerequisites. It does not document My Notes audio as part of that response. The earlier inclusion therefore was not a published API contract, there doesn’t seem to be a public changelog or deprecation notice confirming whether its removal was intentional or when it occurred.

The published Canvas APIs can expose My Notes document archives and transcript snapshots, but they do not expose playback or audio download URLs for standalone My Notes recordings. Zoom also confirmed that MCP get_recording_resource depends on an ordinary cloud recording, so it does not solve this issue. The granular scope reference does not map my_notes:read:content:admin to a public recording endpoint. There doesn’t seem to be documented REST API, webhook, MCP tool, or account-wide admin route for these audio objects.