How to get a workspace ID

Occasionally, you’ll need to obtain an ID based on a specific workspace. For example, endpoints for the Data Catalogue API use a domain with the following pattern:

https://telemetry-query-${workspace-id}.platform.quix.ai/

The workspace ID is a combination of your organisation and workspace names, converted to URL friendly values. The easist way to get hold of it is as follows:

  1. Go to the Portal home.

  2. Locate the workspace you’re interested in and click OPEN.

  3. At this point, take note of the URL. It should be in the form:

https://portal.platform.quix.ai/home?workspace=**{workspace-id}**

Copy that value and use it wherever you need a workspace ID.