## Download the best trained model artifact **get** `/api/v1/autoscientist/{experiment_id}/download` Download the best trained model artifact ### Path Parameters - `experiment_id: string` ### Example ```http curl https://api.prod.adaptionlabs.ai/api/v1/autoscientist/$EXPERIMENT_ID/download \ -H "Authorization: Bearer $ADAPTION_API_KEY" ```