curl --request GET \
--url http://localhost:8000/scripts \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]List all available scripts.
Returns: List of script names (without .py extension)
curl --request GET \
--url http://localhost:8000/scripts \
--header 'Authorization: Basic <encoded-value>'[
"<string>"
]Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?