• Get the URL to view a specific experiment in the Phoenix web UI

    Parameters

    • params: { baseUrl: string; datasetId: string; experimentId: string }

      The parameters for generating the experiment URL

      • baseUrl: string

        The base URL of the Phoenix API

      • datasetId: string

        The ID of the dataset

      • experimentId: string

        The ID of the experiment

    Returns string

    The URL to view the experiment