GET /api/endpoint/scripts_library/{script_id}/download

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/scripts_library/{script_id}/download

Refer to Spaces for more information.

Download a script file

Path parameters

  • script_id string Required

    The ID of the script entry.

Responses

  • 200 application/octet-stream

    Download script file response.

    A download stream is returned.

GET /api/endpoint/scripts_library/{script_id}/download
curl \
 --request GET 'https://localhost:5601/api/endpoint/scripts_library/fr518850-681a-4y60-aa98-e22640cae2b8/download' \
 --header "Authorization: $API_KEY"
Response examples (200)
{"summary" => "Download script file response example.", "value" => nil}