Get Experiment Url On Dashboard By Name
API Reference
Get Experiment Url On Dashboard By Name
Return the Haiqu dashboard URL for one caller-owned experiment.
Use this tool when the caller wants a browser URL rather than the full experiment object. Name matching is exact within the authenticated user scope.
When to Use:
- Call this when the user wants to open the experiment in the Haiqu dashboard rather than continue strictly inside MCP.
- Call this when only a URL is needed and the full experiment object would be unnecessary noise.
Constraints:
- Name matching is exact and scoped to the authenticated user.
- The response is a small URL wrapper, not a full experiment payload.
Args: experiment_name: Exact experiment name to resolve. user: Authenticated user resolved from the API key. db: Active database session.
Returns: A small response object containing only the dashboard URL.
Raises:
HTTPException: Raised with 404 when no caller-owned experiment with
the requested name exists.
GET
Get Experiment Url On Dashboard By Name