Download a file
Download a file from an endpoint.
GET
/api/endpoint/action/{action_id}/file/{file_id}/download
curl \
--request GET 'http://localhost:5622/api/endpoint/action/{action_id}/file/{file_id}/download' \
--header "Authorization: $API_KEY"
Response examples (200)
{}