Get Run
GET/api/v1/runs/:run_id
Fetch details of a specific experiment run.
Parameters:
run_id: Unique identifier of the run.
Returns: JSONResponse with:
run_details: Details of the requested run
Notes:
- Returns 403 if the run is private and not accessible to the user
Raises:
- HTTPException 500: If fetching run details fails
Request
Responses
- 200
Successful Response