API ReferenceFunctionsgetProjectUrl()On this pagegetProjectUrl() function getProjectUrl(projectId: string, name?: string): string; Generate the URL for a given project. Parameters ParameterTypeDescriptionprojectIdstringThe ID of the project.name?stringThe name of the project. Returns string The URL string for the project view.