Skip to main content

List Recordings

Lists recordings in Zoom.

This node is also exposed as an AI Agent tool.

This node has 1 input port and 1 output port.

Common Properties

Every node shares these.

  • Name — the node's display name on the canvas.
  • Color — the node's colour on the canvas.
  • Delay Before (sec) — wait this long before the node runs.
  • Delay After (sec) — wait this long after the node runs.
  • Continue On Error — carry on instead of failing the flow. Defaults to false.
info

When Continue On Error is true the error is not raised at all, so a Catch node will not see it either.

Inputs

PropertyFieldDescription
Client IDinClientIDClient ID from Connect node
User IDinUserIDUser ID or email. Use 'me' for the authenticated user

Outputs

PropertyFieldDescription
MeetingsoutMeetingsArray of meeting recording objects
Next Page TokenoutNextPageTokenToken for fetching next page
Total RecordsoutTotalRecordsTotal number of recording meetings

Options

PropertyFieldDescription
CredentialsoptCredentialsZoom credentials
From DateoptFromStart date (yyyy-mm-dd format)
Next Page TokenoptNextPageTokenPagination token from previous response
Page SizeoptPageSizeNumber of records per page (max 300)
Show TrashoptTrashShow recordings in trash
Timeout (seconds)optTimeoutMaximum time in seconds to wait
To DateoptToEnd date (yyyy-mm-dd format)

Requirements

  • A Client ID from this package's Connect node, unless you set credentials directly on this node.
  • Zoom OAuth2 — Authorize via browser to access your Zoom account
    • _redirect_url — Redirect URL (readonly, optional). Add this to your Zoom app's Redirect URL for OAuth
    • client_id — Client ID (text, required). OAuth 2.0 Client ID from Zoom App Marketplace
    • client_secret — Client Secret (password, required). OAuth 2.0 Client Secret from Zoom App Marketplace
  • Server-to-Server OAuth — For server automation without user interaction
    • account_id — Account ID (text, required). Zoom Account ID
    • client_id — Client ID (text, required). Server-to-Server OAuth Client ID
    • client_secret — Client Secret (password, required). Server-to-Server OAuth Client Secret

Store these in a Vault and reference the vault item from the node, rather than typing the secret into the property.

Get Meeting Recordings · Delete Recording

Elsewhere in the package: Connect · Disconnect · Create Meeting · List Meetings · Get Meeting · Update Meeting · Delete Meeting · Get Meeting Invitation · List Past Participants

See also