Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/efff0d8a-0f63-4891-b764-15a3f14b2b67/instances/0/files/path_to_file
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/efff0d8a-0f63-4891-b764-15a3f14b2b67/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM4IiwiZW1haWwiOiJlbWFpbC0zN0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ3MTE2ODI5fQ.8xusBBRobVOGJCAHRgV0hJwSwaimDV6J21u5qxeypL0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers