Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/b47a83c9-8476-4399-b355-5e7fc09f86b6/instances/0/files/path_to_file
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/b47a83c9-8476-4399-b355-5e7fc09f86b6/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NyIsImVtYWlsIjoiZW1haWwtMjY5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMTh9.IWEYsw7tdk9Hq_UPZx8p-RWEj5RevtrCwYNjmkVV488" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers