Retrieve a working file corresponding at given ID and return it as a
JSON object.
Path parameters
-
working_file_id Required
GET
/data/working-files/{instance_id}
curl \
--request GET http://api.example.com/data/working-files/{instance_id} \
--header "Authorization: $API_KEY"