Retrieve File
GET /v2/apps/:app_guid/instances/:instance_index/files/:file_path
Request
Route
GET /v2/apps/a4ef629d-099e-4857-973c-fbd0df4b0b1b/instances/0/files/path_to_file
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/a4ef629d-099e-4857-973c-fbd0df4b0b1b/instances/0/files/path_to_file" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQzIiwiZW1haWwiOiJlbWFpbC00M0Bzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI1OTQ4NjU5fQ.56hud-Kg-Z3CyZ6HGdIiQ29g84xAZEg_lLOuI6PHDyQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
302 Found
Headers