Download a file

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

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/action/{action_id}/file/{file_id}/download

Refer to Spaces for more information.

Download a file from an endpoint.

Path parameters

  • action_id string Required
  • file_id string Required

Responses

  • 200 application/json

    OK

GET /api/endpoint/action/{action_id}/file/{file_id}/download
curl \
 --request GET 'https://localhost:5601/api/endpoint/action/{action_id}/file/{file_id}/download' \
 --header "Authorization: $API_KEY"