Download a file Beta

GET /api/endpoint/action/{action_id}/file/{file_id}/download

Download a file from an endpoint.

Path parameters

Responses

  • 200 application/json

    OK

    Additional properties are allowed.

GET /api/endpoint/action/{action_id}/file/{file_id}/download
curl \
 --request GET https://<KIBANA_URL>/api/endpoint/action/{action_id}/file/{file_id}/download \
 --header "Authorization: $API_KEY"
Response examples (200)
{}