Skip to main content
GET
/
scripts
/
{script_name}
Get Script
curl --request GET \
  --url http://localhost:8000/scripts/{script_name} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

script_name
string
required

Response

Successful Response

{key}
string