Get Run Artifact

GET

Fetch a specific artifact file from a run.

Parameters:

  • file_name: Name of the artifact file to retrieve

Returns:

  • FileResponse: The requested artifact file
  • JSONResponse: Error message if the file is not found

Notes:

  • Automatically deletes the local artifact directory after serving the file

Raises:

  • HTTPException 504: If the request times out
  • HTTPException 500: For other errors in fetching the artifact

Path parameters

file_namestringRequired

Response

This endpoint returns any.