Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/4f4c5cbd-377b-4689-a887-92ca50c49ce1/instances/0/files/path_to_file
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/4f4c5cbd-377b-4689-a887-92ca50c49ce1/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0OCIsImVtYWlsIjoiZW1haWwtMTU1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2NzZ9.2vdVP4LAcfiZO4dmw28h9vIQeJoS1Xk7hxgX1EWmtIA" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers