HomeGuidesAnnouncementsCommunity
Guides

Get Connection UUID

The Get Connection UUID feature in Max allows users to quickly retrieve the unique identifier (UUID) of a connection. This feature is available from the top-right menu of the Connections screen and is primarily used when working with Max’s SDK or API.

The UUID is essential for various actions that can be performed via the SDK or API, such as executing SQL queries against the connection. When a user selects the Get Connection UUID option, the UUID is automatically copied to the clipboard, allowing users to paste it directly into their code or workflow.

Key Uses of Connection UUID

  1. SDK Integration: The UUID is used when interacting with Max's SDK for advanced programmatic tasks, such as querying a connection or retrieving metadata.
  2. API Calls: When making API requests related to a connection, the UUID is required as a reference to identify the connection.

How It Works

  • Simple Action: Selecting Get Connection UUID copies the connection’s identifier directly to the clipboard.
  • Utility for Developers: This feature is particularly useful for developers or technical users who need to interact with connections programmatically via the SDK or API.

This feature provides an easy and efficient way to retrieve a connection’s identifier, ensuring smooth integration with Max’s SDK and API for extended functionality.