Get Run

GET

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

Path parameters

run_idstringRequired

Response

Successful Response