Skip to main content
GET
/
ai
/
dashboard_url_by_name
/
{experiment_name}
Get Experiment Url On Dashboard By Name
curl --request GET \
  --url 'https://api.example.com/ai/dashboard_url_by_name/{experiment_name}?HAIQU_API_KEY='
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.haiqu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

experiment_name
string
required

Response

Successful Response

Dashboard URL for an experiment.

url
string
required

URL to view the experiment on the Haiqu dashboard.