- URL:https://<notebookserveradmin>/dataaccess/notebookworkspace/downloadFile
 - Required Capability:Administrator or Create and Edit ArcGIS Notebooks
 - Related Resources:Data Access, List Files, Upload File, Delete File
 - Version Introduced:10.9
 
Description
The downloadFile operation allows a user to download a file from their notebook workspace directory (/arcgis/home). Only the owner of the file is allowed to download the file.
Request parameters
| Parameter | Details | 
|---|---|
| fileName (Required)  | The name of the file to be downloaded. Examples  | 
| f | The response format. The default response format is html. Values: html | json | pjson  | 
Example usage
https://notebookserver.domain.com/context/admin/dataaccess/notebookworkspace/downloadFile
fileName=hydrology/mjwater.zip
f=jsonJSON Response syntax
{
  "status": "<success|failure>"
}JSON Response example
{
  "status": "success"
}